Skip to content

Commit a5410ed

Browse files
author
y-p
committed
RLS: 0.13.0 final
1 parent 1777c89 commit a5410ed

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
@@ -191,9 +191,9 @@ def build_extensions(self):
191191
MAJOR = 0
192192
MINOR = 13
193193
MICRO = 0
194-
ISRELEASED = False
194+
ISRELEASED = True
195195
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
196-
QUALIFIER = 'rc1'
196+
QUALIFIER = ''
197197

198198
FULLVERSION = VERSION
199199
if not ISRELEASED:

0 commit comments

Comments
 (0)