Skip to content
This repository was archived by the owner on Sep 24, 2021. It is now read-only.

Commit c4f01c8

Browse files
committed
bump version
1 parent d39aab1 commit c4f01c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gsw/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
from .utilities import (Bunch, match_args_return, read_data, strip_mask,
55
loadmatbunch)
66

7-
data = read_data("gsw_data_v3_0.npz")
7+
data = read_data('gsw_data_v3_0.npz')
88

9-
__version__ = "3.0.5"
9+
__version__ = '3.0.6'
1010
__all__ = ['gibbs', 'utilities']
1111
__data_date__ = str(data['version_date'])
1212
__data_version__ = str(data['version_number'])

0 commit comments

Comments
 (0)