8000 Bump version to v0.14 · thecodingchicken/python-future@f7053c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7053c3

Browse files
committed
Bump version to v0.14
1 parent 6a42c02 commit f7053c3

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
@@ -74,6 +74,6 @@
7474
__ver_major__ = 0
7575
__ver_minor__ = 14
7676
__ver_patch__ = 0
77-
__ver_sub__ = '-dev'
77+
__ver_sub__ = ''
7878
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
7979
__ver_patch__, __ver_sub__)

0 commit comments

Comments
 (0)
0