Skip to content

Commit

Permalink
A new version with all modifications for the JOSS paper
Browse files Browse the repository at this point in the history
The modifications were mostly on documentation and cleaning.
  • Loading branch information
castelao committed Mar 30, 2020
1 parent d5af76b commit 66d6eed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cotede/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Guilherme Castelao'
__email__ = 'guilherme@castelao.net'
__version__ = '0.21.0'
__version__ = '0.21.2'

from cotede import qc
from cotede.qc import ProfileQC, ProfileQCed
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.21.0
current_version = 0.21.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

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

0 comments on commit 66d6eed

Please sign in to comment.