From ad5b3398ccc1355f57ae864140633ea1754ec275 Mon Sep 17 00:00:00 2001 From: Cuong Nguyen Date: Fri, 30 Aug 2024 21:31:38 +0700 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80bbcd4..951409f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import find_packages, setup -VERSION = '1.0' +VERSION = '1.0.0' with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: README = readme.read()