From d0a149793ffcedcc0dc3cf845a7c703f807abf1a Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Fri, 8 Oct 2021 18:50:26 -0400 Subject: [PATCH] Fixed versioning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",