From 0b47e37498d4bff30d6bf68353280ffac81e5eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Chirico=20Indreb=C3=B8?= Date: Wed, 21 Feb 2024 07:58:42 +0100 Subject: [PATCH] Specify new version in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 530fd8d..dfcfc5c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description="Simple alignment and transformation between coordinate frames", long_description=open("README.md").read(), long_description_content_type="text/markdown", - version="1.1.0", + version="1.1.2", author="Equinor ASA", author_email="arnts@equinor.com, euel@equinor.com, chjo@equinor.com", license="MIT",