Skip to content

Commit

Permalink
REL: Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Sep 17, 2019
1 parent 81774a0 commit 7186285
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 @@ -57,9 +57,9 @@
LICENSE = 'BSD'
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 11
MICRO = 0
ISRELEASED = False
MINOR = 10
MICRO = 2
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')

Expand Down

0 comments on commit 7186285

Please sign in to comment.