From 2521485511735658179690345fcb9dea8584e316 Mon Sep 17 00:00:00 2001 From: chla <150653225+chla-conscia@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:37:12 +0200 Subject: [PATCH] Update setup.py setup fails with the version name "0.0.02 Beta", need to be change to "0.0.2" --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2770d09..c44e678 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( # the name must match the folder name 'verysimplemodule' name="drawio_network_plot", - version="0.0.02 Beta", + version="0.0.2", author="Amr ElHusseiny", author_email="amroashram@hotmail.com", description=DESCRIPTION, @@ -23,4 +23,4 @@ keywords=['python', 'first package'], classifiers= ['Development Status :: 4 - Beta','Topic :: System :: Networking'], python_requires='>=3.6', -) \ No newline at end of file +)