Skip to content

Commit

Permalink
update version and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain committed May 29, 2024
1 parent a6df06f commit 1b85b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
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 1b85b36

Please sign in to comment.