diff --git a/emgcli/__init__.py b/emgcli/__init__.py index 4566b742b..d0b83bc77 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.33" +__version__: str = "2.4.34" diff --git a/pyproject.toml b/pyproject.toml index e7084a99f..bbc991dca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.33" +current_version = "2.4.34" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"