Skip to content

Commit 8c76ca2

Browse files
committed
Bump version to v0.13.0-dev
1 parent 92ac9d4 commit 8c76ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

future/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
__license__ = 'MIT'
7373
__copyright__ = 'Copyright 2014 Python Charmers Pty Ltd'
7474
__ver_major__ = 0
75-
__ver_minor__ = 12
76-
__ver_patch__ = 5
75+
__ver_minor__ = 13
76+
__ver_patch__ = 0
7777
__ver_sub__ = '-dev'
7878
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
7979
__ver_patch__, __ver_sub__)

0 commit comments

Comments
 (0)