Skip to content

Commit

Permalink
REL : Release codetools v4.3.0
Browse files Browse the repository at this point in the history
by flipping the is_released flag to True

	modified:   setup.py
  • Loading branch information
Poruri Sai Rahul committed Feb 18, 2019
1 parent b9c5e0f commit c2a0c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
MINOR = 3
MICRO = 0

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit c2a0c1b

Please sign in to comment.