Skip to content

Commit 0f0e2cd

Browse files
authored
Merge pull request #74 from DocOtak/prepare_v040
update version and python version
2 parents a6df06f + e0d9445 commit 0f0e2cd

File tree

3 files changed

+35
-53
lines changed

3 files changed

+35
-53
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.3.0"
1+
__version__ = "0.4.0"
22

33
import gsw
44

poetry.lock

Lines changed: 32 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gsw-xarray"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
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"
@@ -11,7 +11,7 @@ repository = "https://github.com/DocOtak/gsw-xarray"
1111
documentation = "https://gsw-xarray.readthedocs.io/"
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.9"
14+
python = ">=3.9"
1515
xarray = ">=0.20.2"
1616
gsw = ">=3.4.0"
1717
cf-xarray = "^0.7.4"

0 commit comments

Comments
 (0)