From 2be1b89cf245a28d2e0942aebba0993e03b5f222 Mon Sep 17 00:00:00 2001 From: x-io Technologies Date: Fri, 1 Mar 2024 09:12:23 +0000 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e623a42..0c31ab4 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ libraries=(["m"] if "linux" in sys.platform else [])) # link math library for Linux setup(name="imufusion", - version="1.2.3", + version="1.2.4", description="Fusion Python package", long_description="See [github](" + github_url + ") for documentation and examples.", long_description_content_type='text/markdown',