From 9d5aa879cfb6bb5df5d130a6dc0d875996b296c4 Mon Sep 17 00:00:00 2001 From: Joy Monteiro Date: Sun, 6 May 2018 23:51:09 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.5=20=E2=86=92=200.14.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- climt/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/climt/__init__.py b/climt/__init__.py index 87d1f3e2..e9e8b894 100644 --- a/climt/__init__.py +++ b/climt/__init__.py @@ -33,4 +33,4 @@ EmanuelConvection, SlabSurface, GFSDynamicalCore, DcmipInitialConditions, IceSheet, Instellation) -__version__ = '0.14.5' +__version__ = '0.14.6' diff --git a/setup.cfg b/setup.cfg index 447db33c..3099fc65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.5 +current_version = 0.14.6 commit = True tag = False diff --git a/setup.py b/setup.py index 845b25c7..def785ec 100644 --- a/setup.py +++ b/setup.py @@ -228,7 +228,7 @@ def run(self): setup( name='climt', - version='0.14.5', + version='0.14.6', description='CliMT is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Rodrigo Caballero",