diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb9d76..ad44dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog for ebi_eva_common_pyutils =========================== +## 0.6.12 (unreleased) +---------------------- + +- Nothing changed yet. + + ## 0.6.11 (2024-11-15) ---------------------- diff --git a/setup.py b/setup.py index e5ca813..09aa138 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name='ebi_eva_common_pyutils', scripts=[os.path.join(os.path.dirname(__file__), 'ebi_eva_internal_pyutils', 'archive_directory.py')], packages=find_packages(), - version='0.6.11', + version='0.6.12.dev0', license='Apache', description='EBI EVA - Common Python Utilities', url='https://github.com/EBIVariation/eva-common-pyutils',