Fixed versioning

This commit is contained in:
cloudwithax 2021-10-08 18:50:26 -04:00
parent e51e26cbf7
commit d0a149793f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ with open("README.md") as f:
setuptools.setup( setuptools.setup(
name="pomice", name="pomice",
author="cloudwithax", author="cloudwithax",
version="1.0.5", version="1.0.5.1",
url="https://github.com/cloudwithax/pomice", url="https://github.com/cloudwithax/pomice",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
license="GPL", license="GPL",