diff --git a/HISTORY.rst b/HISTORY.rst index f2acdec..529e9bc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.0.2 (2024-03-07) +0.0.3 (2024-03-07) ------------------ -* First release on PyPI. +* First stable release on PyPI. diff --git a/setup.cfg b/setup.cfg index e8c4903..d81c55c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 59a7b14..552c355 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/connectomicslab/clabtoolkit', - version='0.0.2', + version='0.0.3', zip_safe=False, )