From 12bd72a689184fa1ec2beec069db35f60cbf5211 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Wed, 6 Dec 2017 11:20:10 -0800 Subject: [PATCH] increment version to 1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff17b69..ee38cd3 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.1.1', + version='1.2.0', description=DESCRIPTION, long_description=long_description, author=AUTHOR,