Skip to content

Commit c11433f

Browse files
committed
Bump version ids to 0.2.0
1 parent 5b4acda commit c11433f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

gsw_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"
22

33
from importlib import import_module
44

gsw_xarray/tests/test_gsw_xarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def test_version():
8-
assert __version__ == "0.1.0"
8+
assert __version__ == "0.2.0"
99

1010

1111
def test_func_standard(ds):

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[tool.poetry]
22
name = "gsw-xarray"
3-
version = "0.1.0"
4-
description = ""
3+
version = "0.2.0"
4+
description = "Drop in wrapper for gsw which adds CF standard name and units attributes to xarray results"
55
authors = ["Andrew Barna <[email protected]>", "Romain Caneill <[email protected]>"]
66
license = "BSD-3-Clause"
77

8+
readme = "README.rst"
9+
10+
repository = "https://github.com/DocOtak/gsw-xarray"
11+
documentation = "https://gsw-xarray.readthedocs.io/"
12+
813
[tool.poetry.dependencies]
914
python = ">=3.8"
1015
xarray = ">=0.20.2"

0 commit comments

Comments
 (0)