Skip to content

Commit

Permalink
Prep for PyPI release: bump __version__ to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Burnett committed Oct 4, 2018
1 parent bef37c7 commit 36c802d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scanf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
except ImportError:
from backports.functools_lru_cache import lru_cache

__version__ = '1.5.1'
__version__ = '1.5.2'

__all__ = ["scanf", 'extractdata', 'scanf_translate', 'scanf_compile']

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def get_version(filename='scanf.py'):
break
return version


setup(
name = "scanf",
version = get_version(),
Expand Down

0 comments on commit 36c802d

Please sign in to comment.