Skip to content

Commit

Permalink
Version number -> 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 8, 2018
1 parent 7370cc9 commit 5d7b033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.5'
__version__ = '0.6'

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

0 comments on commit 5d7b033

Please sign in to comment.