Skip to content

Commit 0683289

Browse files
committed
RLS: v0.16.2 final
1 parent be5ad4a commit 0683289

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

195195
MAJOR = 0
196196
MINOR = 16
197-
MICRO = 1
198-
ISRELEASED = False
197+
MICRO = 2
198+
ISRELEASED = True
199199
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
200200
QUALIFIER = ''
201201

0 commit comments

Comments
 (0)