From e8d34a971ae1d922730d70c3bc1c04de7d8cdd2f Mon Sep 17 00:00:00 2001 From: Temkin Mengsitu Date: Sat, 4 May 2024 13:53:45 +0300 Subject: [PATCH] publish new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 815596c..59c2b67 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open('README.md', 'r', encoding='utf-8') as fh: long_description = fh.read() -version_number = os.environ.get('CHAPA_VERSION', '0.1.0') +version_number = os.environ.get('CHAPA_VERSION', '0.1.1') setuptools.setup( name='chapa',