Skip to content

Commit c2a0c1b

Browse files
author
Poruri Sai Rahul
committed
REL : Release codetools v4.3.0
by flipping the is_released flag to True modified: setup.py
1 parent b9c5e0f commit c2a0c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
MINOR = 3
1313
MICRO = 0
1414

15-
IS_RELEASED = False
15+
IS_RELEASED = True
1616

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

0 commit comments

Comments
 (0)