From 75e792b86c4d51b2579be0d9aa2432ff02b8d40e Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Thu, 16 Sep 2021 16:15:26 +0200 Subject: [PATCH] bump version 1.2.12 --- cython/setup.py | 2 +- pip/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cython/setup.py b/cython/setup.py index a8b8996..2635d35 100644 --- a/cython/setup.py +++ b/cython/setup.py @@ -37,7 +37,7 @@ extensions = Extension( setup( name='imc_termite', - version='1.2.11', + version='1.2.12', description='IMCtermite cython extension', author='Record Evolution GmbH', author_email='mario.fink@record-evolution.de', diff --git a/pip/setup.py b/pip/setup.py index 51ca664..19509ed 100644 --- a/pip/setup.py +++ b/pip/setup.py @@ -18,7 +18,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="IMCtermite", - version="1.2.11", + version="1.2.12", author="Record Evolution GmbH", author_email="mario.fink@record-evolution.de", maintainer="Record Evolution GmbH",