diff --git a/climt/__init__.py b/climt/__init__.py index 58816ca6..31e93c4c 100644 --- a/climt/__init__.py +++ b/climt/__init__.py @@ -28,4 +28,4 @@ EmanuelConvection, SlabSurface, GFSDynamicalCore, DcmipInitialConditions, IceSheet, Instellation, DryConvectiveAdjustment) -__version__ = '0.16.1' +__version__ = '0.16.2' diff --git a/setup.cfg b/setup.cfg index 8277b33f..fbe54398 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.1 +current_version = 0.16.2 commit = True tag = False diff --git a/setup.py b/setup.py index b0bac40c..5b7dd3eb 100644 --- a/setup.py +++ b/setup.py @@ -247,7 +247,7 @@ def run(self): setup( name='climt', - version='0.16.1', + version='0.16.2', description='CliMT is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Rodrigo Caballero",