Skip to content

Commit 039da6a

Browse files
authored
Bump version to fix release builds py3.8
1 parent 4c27a65 commit 039da6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
extras_require = {'testing': ['pytest', 'pytest-flake8']}
1919

2020
PACKAGE_NAME = 'shadems'
21-
__version__ = '0.5.0'
21+
__version__ = '0.5.1'
2222

2323
setup(name = PACKAGE_NAME,
2424
version = __version__,

0 commit comments

Comments
 (0)