From 3205e295061f634bd3d4389fb5518f70dcf13c04 Mon Sep 17 00:00:00 2001 From: sandyr Date: Fri, 12 Jan 2024 16:09:41 +0000 Subject: [PATCH] 2.4.37 --- 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 d550e808a..3d7256add 100644 --- a/emgcli/__init__.py +++ b/emgcli/__init__.py @@ -1 +1 @@ -__version__: str = "2.4.36" +__version__: str = "2.4.37" diff --git a/pyproject.toml b/pyproject.toml index b0298d798..5e918e134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ max-line-length = 119 """ [tool.bumpversion] -current_version = "2.4.36" +current_version = "2.4.37" [[tool.bumpversion.files]] filename = "emgcli/__init__.py"