Skip to content

Commit

Permalink
Bump version: 0.14.7 → 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Jun 4, 2018
1 parent e905a32 commit 994f170
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 @@ -33,4 +33,4 @@
EmanuelConvection, SlabSurface, GFSDynamicalCore, DcmipInitialConditions, IceSheet,
Instellation)

__version__ = '0.14.7'
__version__ = '0.14.8'
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.14.7
current_version = 0.14.8
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 @@ -228,7 +228,7 @@ def run(self):

setup(
name='climt',
version='0.14.7',
version='0.14.8',
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 994f170

Please sign in to comment.