diff --git a/climt/__init__.py b/climt/__init__.py index 9ee1d24c..d77ebbd9 100644 --- a/climt/__init__.py +++ b/climt/__init__.py @@ -28,4 +28,4 @@ EmanuelConvection, SlabSurface, DcmipInitialConditions, IceSheet, Instellation, DryConvectiveAdjustment, BucketHydrology) -__version__ = '0.17.10' +__version__ = '0.17.11' diff --git a/setup.cfg b/setup.cfg index 82c47b72..1f7fe514 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.10 +current_version = 0.17.11 commit = True tag = False diff --git a/setup.py b/setup.py index 0a5fd323..efdab049 100644 --- a/setup.py +++ b/setup.py @@ -236,7 +236,7 @@ def run(self): setup( name='climt', - version='0.17.10', + version='0.17.11', description='CliMT is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Rodrigo Caballero",