Skip to content

Commit

Permalink
REL: Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Mar 20, 2020
1 parent b00fdbf commit d216a27
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 @@ -58,9 +58,9 @@
LICENSE = 'BSD'
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 12
MICRO = 0
ISRELEASED = False
MINOR = 11
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')

Expand Down

0 comments on commit d216a27

Please sign in to comment.