Skip to content

Commit 6f2e7e3

Browse files
committed
Bump version: 0.17.10 → 0.17.11
1 parent bc574cd commit 6f2e7e3

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.10'
31+
__version__ = '0.17.11'

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