diff --git a/setup.py b/setup.py index 0424e8b..300fddb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md") as f: setuptools.setup( name="pomice", author="cloudwithax", - version="1.0.5", + version="1.0.5.1", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",