From d5838829c4efd530b128470735184edbfa12c2ec Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Fri, 19 Nov 2021 11:13:52 -0500 Subject: [PATCH] whoops forgot to update versioning in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",