Skip to content

Commit

Permalink
Merge branch 'master' into PADDS_v05
Browse files Browse the repository at this point in the history
* master:
  Update version number thouska#223

# Conflicts:
#	spotpy/__init__.py
  • Loading branch information
bees4ever committed Jul 31, 2019
2 parents cf73bf9 + 269a5a7 commit ff2f4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'spotpy',
version = '1.5.1',
version = '1.5.2',
description = 'A Statistical Parameter Optimization Tool',
long_description=open(os.path.join(os.path.dirname(__file__),
"README.rst")).read(),
Expand Down
2 changes: 1 addition & 1 deletion spotpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
__version__ = '1.5.2'

0 comments on commit ff2f4ce

Please sign in to comment.