diff --git a/emgcli/__init__.py b/emgcli/__init__.py index 6e315d022..afd05b54b 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.47" +__version__: str = "2.4.48" diff --git a/pyproject.toml b/pyproject.toml index 6e0b7e08f..f0c7ca7d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.47" +current_version = "2.4.48" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"