Skip to content

Commit a7447b0

Browse files
committed
Bump version to v0.16.0
1 parent 44c83fe commit a7447b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@
8888
__ver_major__ = 0
8989
__ver_minor__ = 16
9090
__ver_patch__ = 0
91-
__ver_sub__ = '-dev'
91+
__ver_sub__ = ''
9292
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
9393
__ver_patch__, __ver_sub__)

0 commit comments

Comments
 (0)