From 0c3e4e08ee3e38e26437a2a0be317f16a1ba2874 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Thu, 11 Jan 2018 10:32:53 -0800 Subject: [PATCH] iterate version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e44b1bb..0f3f7b9 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.3.2', + version='1.3.3', description=DESCRIPTION, long_description=long_description, author=AUTHOR,