From 1b398ff7ed0b6e64ede2734ee6d89ed8c2054068 Mon Sep 17 00:00:00 2001 From: x-io Technologies Date: Wed, 17 Jan 2024 10:21:51 +0000 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f763a3..e623a42 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.2", + version="1.2.3", description="Fusion Python package", long_description="See [github](" + github_url + ") for documentation and examples.", long_description_content_type='text/markdown',