From f0623cb35e8f5173e159897da1eb37df0c4cd6bd Mon Sep 17 00:00:00 2001 From: Mahfouz Date: Mon, 18 Sep 2023 10:58:12 +0100 Subject: [PATCH] bumped api version --- emgcli/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emgcli/__init__.py b/emgcli/__init__.py index b62bfd7e6..d835d75a2 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.27" +__version__: str = "2.4.28" diff --git a/pyproject.toml b/pyproject.toml index 355b175d1..f5a14f2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.27" +current_version = "2.4.28" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"