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