From ecdf836bdd92ffd8ea36dddf1da9830413e86e2a Mon Sep 17 00:00:00 2001 From: gregorio Date: Wed, 15 Sep 2021 00:57:40 +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 606d6ab..9a355ea 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='gpylib', packages=['gpylib'], - version='0.2', + version='0.1', description='This is a library to run some tests', url='https://git.disroot.org/gregorio/gpylib', author='gregorio',