From 1fa61b4355ee48968e1a3e07dbccf88bd09c0c7f Mon Sep 17 00:00:00 2001
From: JoyMonteiro <joy.merwin@gmail.com>
Date: Fri, 30 Apr 2021 17:23:48 +0530
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.21=20=E2=86=92=200.16.22?=
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 33caa2c5..0a6cdc64 100644
--- a/climt/__init__.py
+++ b/climt/__init__.py
@@ -28,4 +28,4 @@
     EmanuelConvection, SlabSurface, GFSDynamicalCore, DcmipInitialConditions,
     IceSheet, Instellation, DryConvectiveAdjustment, BucketHydrology)
 
-__version__ = '0.16.21'
+__version__ = '0.16.22'
diff --git a/setup.cfg b/setup.cfg
index 5d3a13d1..149cbe01 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.16.21
+current_version = 0.16.22
 commit = True
 tag = False
 
diff --git a/setup.py b/setup.py
index dd794b36..c47d7454 100644
--- a/setup.py
+++ b/setup.py
@@ -248,7 +248,7 @@ def run(self):
 
 setup(
     name='climt',
-    version='0.16.21',
+    version='0.16.22',
     description='CliMT is a Toolkit for building Earth system models in Python.',
     long_description=readme + '\n\n' + history,
     author="Rodrigo Caballero",