diff --git a/setup.py b/setup.py index ee8bafa..f5ca481 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as f: setuptools.setup( name="pomice", author="cloudwithax", - version="1.0.2", + version="1.0.3", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",