Skip to content

Commit

Permalink
REL: Release 1.9.1-picasso
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed May 17, 2018
1 parent 26a62a8 commit 746ad3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 10
MICRO = 0
ISRELEASED = False
MINOR = 9
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')

Expand Down

0 comments on commit 746ad3f

Please sign in to comment.