From c70b0d164c33b311f6289a3add379e0b441605bc Mon Sep 17 00:00:00 2001 From: JoyMonteiro Date: Fri, 3 Feb 2023 09:54:08 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.17.6=20=E2=86=92=200.17.7?= 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 c6b691a2..f03d25ce 100644 --- a/climt/__init__.py +++ b/climt/__init__.py @@ -28,4 +28,4 @@ EmanuelConvection, SlabSurface, DcmipInitialConditions, IceSheet, Instellation, DryConvectiveAdjustment, BucketHydrology) -__version__ = '0.17.6' +__version__ = '0.17.7' diff --git a/setup.cfg b/setup.cfg index 2678fa06..33bdd862 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.6 +current_version = 0.17.7 commit = True tag = False diff --git a/setup.py b/setup.py index 74702e7b..10b73086 100644 --- a/setup.py +++ b/setup.py @@ -236,7 +236,7 @@ def run(self): setup( name='climt', - version='0.17.6', + version='0.17.7', description='CliMT is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Rodrigo Caballero",