diff --git a/emgcli/__init__.py b/emgcli/__init__.py index 6498eceaf..12000a6c1 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.49" +__version__: str = "2.4.50" diff --git a/pyproject.toml b/pyproject.toml index 9e45f9243..07fe24dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.49" +current_version = "2.4.50" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"