diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 085ec35..a992c6f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.1.2 +current_version = 5.1.3 commit = True tag = True tag_name = {new_version} diff --git a/cg_hermes/constants/hermes.py b/cg_hermes/constants/hermes.py index 156c222..4a2a319 100644 --- a/cg_hermes/constants/hermes.py +++ b/cg_hermes/constants/hermes.py @@ -1 +1 @@ -HERMES_VERSION = "5.1.2" +HERMES_VERSION = "5.1.3" diff --git a/pyproject.toml b/pyproject.toml index 51d2764..c986422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cg-hermes" -version = "5.1.2" +version = "5.1.3" description = "Convert information between pipelines and CG" authors = ["Måns Magnusson "]