From 268f4b3f8d9ed84937a6d7c566ba6df7e3da02ef Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Wed, 10 Jan 2018 14:49:15 -0800 Subject: [PATCH] iterate version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee38cd3..7bfade6 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.2.0', + version='1.3.0', description=DESCRIPTION, long_description=long_description, author=AUTHOR,