Skip to content

Commit c6def10

Browse files
committed
Bump version: 0.15.0 → 0.15.1
1 parent 8f1d625 commit c6def10

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.15.0'
31+
__version__ = '0.15.1'

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

setup.py

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

229229
setup(
230230
name='climt',
231-
version='0.15.0',
231+
version='0.15.1',
232232
description='CliMT is a Toolkit for building Earth system models in Python.',
233233
long_description=readme + '\n\n' + history,
234234
author="Rodrigo Caballero",

0 commit comments

Comments
 (0)