Skip to content

Commit

Permalink
Version number -> 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 24, 2019
1 parent a234ce4 commit 5650894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = '0.6.1'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion libmodernize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from lib2to3.pygram import python_symbols as syms
from lib2to3.pgen2 import token

__version__ = '0.6.1'
__version__ = '0.7'

def check_future_import(node):
"""If this is a future import, return set of symbols that are imported,
Expand Down

0 comments on commit 5650894

Please sign in to comment.