From ec7368481ad8ba8bf535a8567adc91de318d951c Mon Sep 17 00:00:00 2001 From: vveeps <54472340+vveeps@users.noreply.github.com> Date: Wed, 6 Oct 2021 21:09:56 +0300 Subject: [PATCH] actually nvm let's not bother with merge conflicts --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c37cd1b..303db05 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.4.2", + version="1.0.4.1", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",