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