From fc18a3cfce57adabb606f0dad95f98ffcc4aab3f Mon Sep 17 00:00:00 2001 From: George Pantelakis Date: Thu, 6 Jun 2024 12:34:45 +0200 Subject: [PATCH] Increase the version There are some problems in uploading the module to pip. This problem is mainly because the version already exists. Updating the version to see if it helps. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 116f50b..30662f0 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name="SCAutolib", - version="3.3.0", + version="3.3.1", description=description, long_description=long_description, long_description_content_type='text/markdown',