From 572ff01e6f505bd85dd29af1a10746df7fa1333c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Sture?= Date: Wed, 6 Apr 2022 17:20:42 +0200 Subject: [PATCH] v1.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9860869..45faf6a 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ def build_extension(self, ext): setup( name='imcpy', - version='1.0.2', + version='1.0.4', author='Oystein Sture', author_email='oysstu@gmail.com', description='Python bindings for DUNE-IMC',