Skip to content

Commit

Permalink
Merge pull request #74 from DocOtak/prepare_v040
Browse files Browse the repository at this point in the history
update version and python version
  • Loading branch information
rcaneill authored May 29, 2024
2 parents a6df06f + e0d9445 commit 0f0e2cd
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 53 deletions.
2 changes: 1 addition & 1 deletion gsw_xarray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

import gsw

Expand Down
82 changes: 32 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gsw-xarray"
version = "0.3.0"
version = "0.4.0"
description = "Drop in wrapper for gsw which adds CF standard name and units attributes to xarray results"
authors = ["Andrew Barna <[email protected]>", "Romain Caneill <[email protected]>"]
license = "BSD-3-Clause"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/DocOtak/gsw-xarray"
documentation = "https://gsw-xarray.readthedocs.io/"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9"
xarray = ">=0.20.2"
gsw = ">=3.4.0"
cf-xarray = "^0.7.4"
Expand Down

0 comments on commit 0f0e2cd

Please sign in to comment.