File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
family-names : Castelao
7
7
affiliation : Scripps Institution of Oceanography - UC San Diego
8
8
orcid : https://orcid.org/0000-0002-6765-0708
9
- version : 0.23.7
9
+ version : 0.23.8
10
10
doi : 10.21105/joss.02063
11
11
date-released : 2021-01-26
12
12
repository-code : https://github.com/castelao/CoTeDe
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = 'Guilherme Castelao'
4
4
__email__ = 'guilherme@castelao.net'
5
- __version__ = '0.23.7 '
5
+ __version__ = '0.23.8 '
6
6
7
7
from cotede import qc
8
8
from cotede .qc import ProfileQC , ProfileQCed
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.23.7
2
+ current_version = 0.23.8
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 24
24
25
25
setup (
26
26
name = 'cotede' ,
27
- version = '0.23.7 ' ,
27
+ version = '0.23.8 ' ,
28
28
description = 'Quality Control of Oceanographic Data' ,
29
29
long_description = readme + '\n \n ' + history ,
30
30
author = 'Guilherme Castelão' ,
You can’t perform that action at this time.
0 commit comments