From bcd48a8527465ba5644123294cd327558345f5e7 Mon Sep 17 00:00:00 2001 From: thouska Date: Tue, 26 May 2020 09:27:18 +0200 Subject: [PATCH] Update version number --- setup.py | 2 +- spotpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 91078876..8b786c28 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'spotpy', - version = '1.5.9', + version = '1.5.10', description = 'A Statistical Parameter Optimization Tool', long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), diff --git a/spotpy/__init__.py b/spotpy/__init__.py index a51c3d61..89b1022b 100644 --- a/spotpy/__init__.py +++ b/spotpy/__init__.py @@ -40,4 +40,4 @@ from . import describe # Contains some helper functions to describe samplers and set-ups from .hydrology import signatures # Quantifies goodness of fit between simulation and evaluation data with hydrological signatures -__version__ = '1.5.9' \ No newline at end of file +__version__ = '1.5.10' \ No newline at end of file