Skip to content

Commit d839555

Browse files
committed
RLS: v0.14.1 final
1 parent e2fc854 commit d839555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ def build_extensions(self):
192192

193193
MAJOR = 0
194194
MINOR = 14
195-
MICRO = 0
196-
ISRELEASED = False
195+
MICRO = 1
196+
ISRELEASED = True
197197
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
198198
QUALIFIER = ''
199199

0 commit comments

Comments
 (0)