Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnb14 committed Aug 30, 2024
1 parent ad5b339 commit d436ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import find_packages, setup

VERSION = '1.0.0'
VERSION = '1.0.1'
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()

Expand Down

0 comments on commit d436ff4

Please sign in to comment.