diff --git a/setup.py b/setup.py index e495946..9517356 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = 'fiable_db', py_modules=['fiable_db'], - version = '0.0.1', + version = 'VERSION', python_requires='>3.7', description = ' Immutable NoSQL database in a plain file ', author = 'Andros Fenollosa',