diff --git a/setup.py b/setup.py index 0206384..7bde434 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.3.1", + version="1.0.3.2", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",