From 1d3a3215a9a0379270062cd0af57e6932c3b940b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Sture?= Date: Tue, 3 Sep 2024 15:44:28 +0200 Subject: [PATCH] Release v1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d13b22d..cbf9620 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ def build_extension(self, ext): setup( name='imcpy', - version='1.0.12', + version='1.1.0', author='Oystein Sture', author_email='oysstu@gmail.com', description='Python bindings for DUNE-IMC',