From 5c0f7bd1ab4e26c6ae7fc14949bc4ea53018ae5b Mon Sep 17 00:00:00 2001 From: stoppini Date: Wed, 30 Oct 2024 11:03:02 +0100 Subject: [PATCH] try fix deploy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e28487c..e7bf6c3 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def is_pure(self): return False setup(name='up_lpg', - version='0.1', + version='0.1.1', description='up_lpg', long_description=long_description, long_description_content_type ="text/markdown",