Skip to content

Commit 6172626

Browse files
committed
Bump version: 0.17.2 → 0.17.3
1 parent 1ddf82c commit 6172626

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.2'
31+
__version__ = '0.17.3'

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.2
2+
current_version = 0.17.3
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.2',
239+
version='0.17.3',
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)