From 4fa0d5e86292e3b4464376674d13a553d82f5f9a Mon Sep 17 00:00:00 2001 From: x-io Technologies Date: Mon, 25 Sep 2023 11:03:59 +0100 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da3fbdb..f005574 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.1.2", + version="1.2.0", description="Fusion Python package", long_description="See [github](" + github_url + ") for documentation and examples.", long_description_content_type='text/markdown',