Skip to content

Commit

Permalink
REL : 1.1.0 release
Browse files Browse the repository at this point in the history
- update version number in setup.py and set the is_released boolean
flag to True

	modified:   setup.py
  • Loading branch information
Poruri Sai Rahul committed Jan 25, 2019
1 parent efffe86 commit 1caf613
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 @@ -5,10 +5,10 @@


MAJOR = 1
MINOR = 0
MICRO = 1
MINOR = 1
MICRO = 0

IS_RELEASED = False
IS_RELEASED = True

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 1caf613

Please # to comment.