Skip to content

Commit

Permalink
publish new version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapimenge3 committed May 4, 2024
1 parent 5bd105f commit 92cb356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 92cb356

Please sign in to comment.