Skip to content

Commit

Permalink
Version number -> 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 2, 2016
1 parent b9b4c9e commit ef1c7c8
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
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4'
release = '0.5'

# 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
Expand Up @@ -5,7 +5,7 @@
from lib2to3.pygram import python_symbols as syms
from lib2to3.pgen2 import token

__version__ = '0.4'
__version__ = '0.5'

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

0 comments on commit ef1c7c8

Please sign in to comment.