Skip to content

Commit 5877711

Browse files
committed
Release version 0.1
1 parent d7f4e96 commit 5877711

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
@@ -11,7 +11,7 @@
1111
MAJOR = 0
1212
MINOR = 1
1313
MICRO = 0
14-
ISRELEASED = False
14+
ISRELEASED = True
1515
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1616
QUALIFIER = ''
1717

0 commit comments

Comments
 (0)