Skip to content

Commit

Permalink
REL: Release 1.9.2 Picasso.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Sep 6, 2018
1 parent f11adad commit af43d4e
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 = 2
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')

Expand Down

0 comments on commit af43d4e

Please sign in to comment.