Skip to content

Commit

Permalink
Bump version: 0.17.2 → 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Feb 1, 2023
1 parent 1ddf82c commit 6172626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion climt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
EmanuelConvection, SlabSurface, DcmipInitialConditions,
IceSheet, Instellation, DryConvectiveAdjustment, BucketHydrology)

__version__ = '0.17.2'
__version__ = '0.17.3'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.2
current_version = 0.17.3
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def run(self):

setup(
name='climt',
version='0.17.2',
version='0.17.3',
description='CliMT is a Toolkit for building Earth system models in Python.',
long_description=readme + '\n\n' + history,
author="Rodrigo Caballero",
Expand Down

0 comments on commit 6172626

Please sign in to comment.