Skip to content

Commit e0994b4

Browse files
committedDec 24, 2014
Tag v0.3.2 release
1 parent ee52482 commit e0994b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
MAJOR = 0
1010
MINOR = 3
11-
MICRO = 1
12-
ISRELEASED = False
11+
MICRO = 2
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

0 commit comments

Comments
 (0)
Please sign in to comment.