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

Commit

Permalink
Merge pull request #41 from ocefpaf/bump
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
ocefpaf committed Apr 5, 2017
2 parents d39aab1 + c4f01c8 commit 7774bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gsw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from .utilities import (Bunch, match_args_return, read_data, strip_mask,
loadmatbunch)

data = read_data("gsw_data_v3_0.npz")
data = read_data('gsw_data_v3_0.npz')

__version__ = "3.0.5"
__version__ = '3.0.6'
__all__ = ['gibbs', 'utilities']
__data_date__ = str(data['version_date'])
__data_version__ = str(data['version_number'])

0 comments on commit 7774bb3

Please sign in to comment.