Skip to content

Commit

Permalink
Bump version: 0.18.0 → 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed May 28, 2017
1 parent 508074d commit 6a548be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cotede/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = 'Guilherme Castelao'
__email__ = '[email protected]'
__version__ = '0.18.0'
__version__ = '0.19.0'

from cotede import qc
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.18.0
current_version = 0.19.0
commit = True
tag = True

Expand All @@ -16,3 +16,4 @@ universal = 1

[flake8]
exclude = docs

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

setup(
name='cotede',
version='0.18.0',
version='0.19.0',
description='Quality Control of Temperature and Salinity profiles',
long_description=readme + '\n\n' + history,
author='Guilherme Castelão',
Expand Down

0 comments on commit 6a548be

Please sign in to comment.