Skip to content

Commit e0e25f1

Browse files
committed
Bump version: 0.16.23 → 0.16.24
1 parent f6ea344 commit e0e25f1

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, BucketHydrology)
3030

31-
__version__ = '0.16.23'
31+
__version__ = '0.16.24'

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.23
2+
current_version = 0.16.24
33
commit = True
44
tag = False
55

setup.py

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

249249
setup(
250250
name='climt',
251-
version='0.16.23',
251+
version='0.16.24',
252252
description='CliMT is a Toolkit for building Earth system models in Python.',
253253
long_description=readme + '\n\n' + history,
254254
author="Rodrigo Caballero",

0 commit comments

Comments
 (0)