Skip to content

Commit

Permalink
Bump version to fix release builds py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bennahugo authored Sep 27, 2022
1 parent 4c27a65 commit 039da6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
extras_require = {'testing': ['pytest', 'pytest-flake8']}

PACKAGE_NAME = 'shadems'
__version__ = '0.5.0'
__version__ = '0.5.1'

setup(name = PACKAGE_NAME,
version = __version__,
Expand Down

0 comments on commit 039da6a

Please sign in to comment.