From 96ffcf0c0ba06df6988288c385c2040e313f479a Mon Sep 17 00:00:00 2001 From: "Joy M. Monteiro" Date: Mon, 29 Jul 2019 09:00:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.3=20=E2=86=92=200.16.4?= 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 1b35ebcf..0142cc5d 100644 --- a/climt/__init__.py +++ b/climt/__init__.py @@ -28,4 +28,4 @@ EmanuelConvection, SlabSurface, GFSDynamicalCore, DcmipInitialConditions, IceSheet, Instellation, DryConvectiveAdjustment) -__version__ = '0.16.3' +__version__ = '0.16.4' diff --git a/setup.cfg b/setup.cfg index ba3c3310..9d2f1c3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.3 +current_version = 0.16.4 commit = True tag = False diff --git a/setup.py b/setup.py index 53d7070f..a02f640d 100644 --- a/setup.py +++ b/setup.py @@ -247,7 +247,7 @@ def run(self): setup( name='climt', - version='0.16.3', + version='0.16.4', description='CliMT is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Rodrigo Caballero",