From ffbdaaba85b8a39461be054a91be05139e56c872 Mon Sep 17 00:00:00 2001 From: Christian de Jonge Date: Tue, 23 Mar 2021 10:02:29 +0100 Subject: [PATCH] Version 1.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c37855..9bb258b 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.3", + version="1.0.4", author="Equinor ASA", author_email="arnts@equinor.com, euel@equinor.com, chjo@equinor.com", license="MIT",