Skip to content

Commit

Permalink
REL : Release version 4.2.0 of Scimath
Browse files Browse the repository at this point in the history
set the version number in setup.py and flip the is_released
flag to True

	modified:   setup.py
  • Loading branch information
Poruri Sai Rahul committed Feb 6, 2019
1 parent cdbc6e6 commit f8757f4
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 @@ -9,9 +9,9 @@


MAJOR = 4
MINOR = 1
MICRO = 3
IS_RELEASED = False
MINOR = 2
MICRO = 0
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
VERSION_FILE_TEMPLATE = """\
# This file is generated from setup.py
Expand Down

0 comments on commit f8757f4

Please sign in to comment.