From ba1b0b5c958e6661643b2d9970cceefb851647a0 Mon Sep 17 00:00:00 2001
From: Mahfouz <mahfouzshehu@gmail.com>
Date: Wed, 20 Sep 2023 11:25:00 +0100
Subject: [PATCH] bumped up 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 df0ca54ad..4566b742b 100644
--- a/emgcli/__init__.py
+++ b/emgcli/__init__.py
@@ -1 +1 @@
-__version__: str = "2.4.32"
+__version__: str = "2.4.33"
diff --git a/pyproject.toml b/pyproject.toml
index a197cfc6d..e7084a99f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -116,7 +116,7 @@ max-line-length = 119
 """
 
 [tool.bumpversion]
-current_version = "2.4.32"
+current_version = "2.4.33"
 
 [[tool.bumpversion.files]]
 filename = "emgcli/__init__.py"