BUMP 3.10.0.dev0

This commit is contained in:
Prashant Mital 2019-08-20 10:17:40 -07:00
parent e152e9eafa
commit 7d8ade1ff9
No known key found for this signature in database
GPG Key ID: 3D2DAA9E483ABE51
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version_tuple = (3, 9, 0)
version_tuple = (3, 10, 0, '.dev0')
def get_version_string():
if isinstance(version_tuple[-1], str):

View File

@ -39,7 +39,7 @@ except ImportError:
except ImportError:
_HAVE_SPHINX = False
version = "3.9.0"
version = "3.10.0.dev0"
f = open("README.rst")
try: