diff --git a/emgcli/__init__.py b/emgcli/__init__.py index d550e808a..3d7256add 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.36" +__version__: str = "2.4.37" diff --git a/pyproject.toml b/pyproject.toml index b0298d798..5e918e134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.36" +current_version = "2.4.37" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"