Skip to content

Commit a0bae27

Browse files
committed
set version to 0.5.2
1 parent d69ffe0 commit a0bae27

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
@@ -25,8 +25,8 @@
2525

2626
MAJOR = 0
2727
MINOR = 5
28-
MICRO = 1
29-
ISRELEASED = False
28+
MICRO = 2
29+
ISRELEASED = True
3030
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
3131

3232

0 commit comments

Comments
 (0)