Skip to content

Commit 03c909c

Browse files
committed
BLD: set 0.5.1 as released
1 parent df39f6d commit 03c909c

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
@@ -26,7 +26,7 @@
2626
MAJOR = 0
2727
MINOR = 5
2828
MICRO = 1
29-
ISRELEASED = False
29+
ISRELEASED = True
3030
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
3131

3232

0 commit comments

Comments
 (0)