Skip to content

Commit 4c6705a

Browse files
committed
Bump version to 0.15.0-dev
1 parent e6d72b6 commit 4c6705a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/future/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
__license__ = 'MIT'
8888
__copyright__ = 'Copyright 2013-2015 Python Charmers Pty Ltd'
8989
__ver_major__ = 0
90-
__ver_minor__ = 14
91-
__ver_patch__ = 4
90+
__ver_minor__ = 15
91+
__ver_patch__ = 0
9292
__ver_sub__ = '-dev'
9393
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
9494
__ver_patch__, __ver_sub__)

0 commit comments

Comments
 (0)