From 34b09a6869056ac85f096df9c5d6227c018ec189 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Mon, 16 Oct 2017 10:36:25 -0700 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60fdd0a..284edbc 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.0.2', + version='1.1.0', description=DESCRIPTION, long_description=long_description, author=AUTHOR,