diff --git a/README.md b/README.md index 4f5c121..8116da2 100644 --- a/README.md +++ b/README.md @@ -140,3 +140,7 @@ You need to be registered at https://pypi.org with permissions at https://pypi.o upload process you will be prompted to provide your user and password. ## Changelog + +0.1.0 (March 6th, 2024) + +- Initial release diff --git a/setup.py b/setup.py index 5210024..51e991a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ HERE = pathlib.Path(__file__).parent -VERSION = '0.0.0.post' +VERSION = '0.1.0' PACKAGE_NAME = 'tcjexl' AUTHOR = '' AUTHOR_EMAIL = ''