Skip to content

Commit

Permalink
Bump version: 0.7.4 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Castelao committed May 18, 2017
1 parent 3cdffa2 commit 671318e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version='0.7.4'
version='0.8.0'
2 changes: 1 addition & 1 deletion oceansdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Guilherme Castelao'
__email__ = 'guilherme@castelao.net'
__version__ = '0.7.4'
__version__ = '0.8.0'


from oceansdb.woa import WOA
Expand Down
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.7.4
current_version = 0.8.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='oceansdb',
version='0.7.4',
version='0.8.0',
description="Package to subsample ocean climatologies and reference data.",
long_description=readme + '\n\n' + history,
author="Guilherme Castelao",
Expand Down

0 comments on commit 671318e

Please sign in to comment.