From 086e198f8e44eddbb726947086029f88fa716a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 6 Mar 2024 10:27:43 +0100 Subject: [PATCH] Bump 0.1.0 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 = ''