From 9323b8f2ba2488a9e1d91a044ef945ba9bf64ba3 Mon Sep 17 00:00:00 2001 From: Christian de Jonge Date: Tue, 23 Mar 2021 15:18:07 +0100 Subject: [PATCH] Version 1.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38c611f..c3198c0 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.0.5", + version="1.0.6", author="Equinor ASA", author_email="arnts@equinor.com, euel@equinor.com, chjo@equinor.com", license="MIT",