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 +)