From de8b76514ff73241d2fa5a5c855165c2ce9428cb Mon Sep 17 00:00:00 2001 From: rsanchezgarc Date: Wed, 16 Mar 2022 14:00:32 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80c87cd..76271cf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools from setuptools import setup -VERSION="0.01" +VERSION="0.0.1" def readme(): readmePath = os.path.abspath(os.path.join(__file__, "..", "README.md"))