diff --git a/climt/__init__.py b/climt/__init__.py index 2c28f711..30a10f4e 100644 --- a/climt/__init__.py +++ b/climt/__init__.py @@ -33,4 +33,4 @@ EmanuelConvection, SlabSurface, GFSDynamicalCore, DcmipInitialConditions, IceSheet, Instellation) -__version__ = '0.14.1' +__version__ = '0.14.2' diff --git a/setup.cfg b/setup.cfg index 9c04fc31..24de8a1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.1 +current_version = 0.14.2 commit = True tag = False diff --git a/setup.py b/setup.py index 5b9384d2..7897ec04 100644 --- a/setup.py +++ b/setup.py @@ -228,7 +228,7 @@ def run(self): setup( name='climt', - version='0.14.1', + version='0.14.2', description='CliMT is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Rodrigo Caballero",