Skip to content

Commit 420aa46

Browse files
committed
Bump version: 0.18.4 → 0.18.5
1 parent 933cbaf commit 420aa46

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

climt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
BucketHydrology,
6868
)
6969

70-
__version__ = "0.18.4"
70+
__version__ = "0.18.5"

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

setup.py

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

293293
setup(
294294
name="climt",
295-
version="0.18.4",
295+
version="0.18.5",
296296
description="CliMT is a Toolkit for building Earth system models in Python.",
297297
long_description=readme + "\n\n" + history,
298298
author="Rodrigo Caballero",

0 commit comments

Comments
 (0)