We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a234ce4 commit 5650894Copy full SHA for 5650894
docs/conf.py
@@ -51,7 +51,7 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '0.6.1'
+version = '0.7'
55
# The full version, including alpha/beta/rc tags.
56
release = version
57
libmodernize/__init__.py
@@ -5,7 +5,7 @@
5
from lib2to3.pygram import python_symbols as syms
6
from lib2to3.pgen2 import token
7
8
-__version__ = '0.6.1'
+__version__ = '0.7'
9
10
def check_future_import(node):
11
"""If this is a future import, return set of symbols that are imported,
0 commit comments