Skip to content

Commit d57fdfe

Browse files
committed
set version to 1.0.3 and ISRELEASED to True
1 parent 1c12f25 commit d57fdfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
MAJOR = 1
1616
MINOR = 0
17-
MICRO = 2
18-
ISRELEASED = False
17+
MICRO = 3
18+
ISRELEASED = True
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2020

2121

0 commit comments

Comments
 (0)