Skip to content

Commit d8ab341

Browse files
committed
RLS: v0.15.1 final
1 parent dd1d342 commit d8ab341

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
@@ -188,8 +188,8 @@ def build_extensions(self):
188188

189189
MAJOR = 0
190190
MINOR = 15
191-
MICRO = 0
192-
ISRELEASED = False
191+
MICRO = 1
192+
ISRELEASED = True
193193
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
194194
QUALIFIER = ''
195195

0 commit comments

Comments
 (0)