Skip to content

Commit f3ebb75

Browse files
committed
RLS: v0.16.0 ISRELEASED=False
1 parent c91bdba commit f3ebb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def build_extensions(self):
189189
MAJOR = 0
190190
MINOR = 16
191191
MICRO = 0
192-
ISRELEASED = True
192+
ISRELEASED = False
193193
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
194194
QUALIFIER = ''
195195

0 commit comments

Comments
 (0)