From 28272cf0a987b7807e8d97be42f8d82c035f44c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Sture?= Date: Thu, 7 Apr 2022 10:58:09 +0200 Subject: [PATCH] Relase v1.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98504fc..db22d90 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ def build_extension(self, ext): setup( name='imcpy', - version='1.0.5', + version='1.0.6', author='Oystein Sture', author_email='oysstu@gmail.com', description='Python bindings for DUNE-IMC',