Skip to content

Commit 280ddad

Browse files
committed
Bump version: 0.16.6 → 0.16.7
1 parent c3591e3 commit 280ddad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

climt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
EmanuelConvection, SlabSurface, GFSDynamicalCore, DcmipInitialConditions,
2929
IceSheet, Instellation, DryConvectiveAdjustment)
3030

31-
__version__ = '0.16.6'
31+
__version__ = '0.16.7'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.6
2+
current_version = 0.16.7
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def run(self):
247247

248248
setup(
249249
name='climt',
250-
version='0.16.6',
250+
version='0.16.7',
251251
description='CliMT is a Toolkit for building Earth system models in Python.',
252252
long_description=readme + '\n\n' + history,
253253
author="Rodrigo Caballero",

0 commit comments

Comments
 (0)