From 1cca867b6142cdba4336e091d2ff1b9590eff4d5 Mon Sep 17 00:00:00 2001 From: mgs-sails Date: Tue, 13 Aug 2024 15:46:29 +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 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"