From cead855eed89eec6819df225e21fbf5e1917d208 Mon Sep 17 00:00:00 2001 From: Martin Beracochea Date: Wed, 19 Jul 2023 14:48:51 +0100 Subject: [PATCH] Bump version 2.4.25 --- 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 a2c187280..de2a5835e 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.24" +__version__: str = "2.4.25" diff --git a/pyproject.toml b/pyproject.toml index 403c4ec6f..1072cb063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.24" +current_version = "2.4.25" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"