diff --git a/HISTORY.rst b/HISTORY.rst index 65815fb..c5f5022 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.2.0 (2024-03-06) +0.2.1 (2024-03-11) ------------------ * Second release on PyPI. diff --git a/setup.cfg b/setup.cfg index cf5245f..8b3e30d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 03dfd0f..db1238c 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.2.0", + version="0.2.1", zip_safe=False, )