From 0d550741d6d5e882e119e1c7ca140b4be8ffa644 Mon Sep 17 00:00:00 2001 From: thouska Date: Mon, 2 Sep 2019 15:46:36 +0200 Subject: [PATCH] New version number, affects clean upload for pypi --- setup.py | 2 +- spotpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c02362e..8681e8e0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'spotpy', - version = '1.5.3', + version = '1.5.4', 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 c55b0321..45541b7a 100644 --- a/spotpy/__init__.py +++ b/spotpy/__init__.py @@ -39,4 +39,4 @@ from . import describe # Contains some helper functions to describe smaplers and setups from .hydrology import signatures # Quantifies goodness of fit between simulation and evaluation data with hydrological signatures from . import unittests -__version__ = '1.5.3' \ No newline at end of file +__version__ = '1.5.4' \ No newline at end of file