diff --git a/aiidalab_ispg/__init__.py b/aiidalab_ispg/__init__.py index b5fdc75..d31c31e 100644 --- a/aiidalab_ispg/__init__.py +++ b/aiidalab_ispg/__init__.py @@ -1 +1 @@ -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index 384634f..3323168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ ignore = ["E501", "S101", "PT004", "PLR0913", "PLR2004",] known-first-party = ["aiida", "aiidalab_widgets_base"] [tool.bumpver] -current_version = "v0.2.2" +current_version = "v0.2.3" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/setup.cfg b/setup.cfg index 04a0874..2cb05ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ categories = quantum [metadata] name = aiidalab-ispg -version = 0.2.2 +version = 0.2.3 author = Daniel Hollas author_email = daniel.hollas@bristol.ac.uk description = ISPG applications in AiiDALab