Skip to content

Commit

Permalink
set version to 1.0.3 and ISRELEASED to True
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Apr 9, 2019
1 parent 1c12f25 commit d57fdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

MAJOR = 1
MINOR = 0
MICRO = 2
ISRELEASED = False
MICRO = 3
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit d57fdfe

Please sign in to comment.