Skip to content

Commit c70b0d1

Browse files
committed
Bump version: 0.17.6 → 0.17.7
1 parent 3d2aa97 commit c70b0d1

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, DcmipInitialConditions,
2929
IceSheet, Instellation, DryConvectiveAdjustment, BucketHydrology)
3030

31-
__version__ = '0.17.6'
31+
__version__ = '0.17.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.17.6
2+
current_version = 0.17.7
33
commit = True
44
tag = False
55

setup.py

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

237237
setup(
238238
name='climt',
239-
version='0.17.6',
239+
version='0.17.7',
240240
description='CliMT is a Toolkit for building Earth system models in Python.',
241241
long_description=readme + '\n\n' + history,
242242
author="Rodrigo Caballero",

0 commit comments

Comments
 (0)