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