Skip to content

Commit 3f11428

Browse files
committedJun 1, 2021
Bump version: 0.23.7 → 0.23.8
1 parent 55354d0 commit 3f11428

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
family-names: Castelao
77
affiliation: Scripps Institution of Oceanography - UC San Diego
88
orcid: https://orcid.org/0000-0002-6765-0708
9-
version: 0.23.7
9+
version: 0.23.8
1010
doi: 10.21105/joss.02063
1111
date-released: 2021-01-26
1212
repository-code: https://github.com/castelao/CoTeDe

‎cotede/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Guilherme Castelao'
44
__email__ = 'guilherme@castelao.net'
5-
__version__ = '0.23.7'
5+
__version__ = '0.23.8'
66

77
from cotede import qc
88
from cotede.qc import ProfileQC, ProfileQCed

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.23.7
2+
current_version = 0.23.8
33
commit = True
44
tag = True
55

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='cotede',
27-
version='0.23.7',
27+
version='0.23.8',
2828
description='Quality Control of Oceanographic Data',
2929
long_description=readme + '\n\n' + history,
3030
author='Guilherme Castelão',

0 commit comments

Comments
 (0)
Please sign in to comment.