We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8b3af commit f020f67Copy full SHA for f020f67
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uda-xarray"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "UDA backend for xarray"
5
readme = "README.md"
6
requires-python = ">=3.9, <3.13"
@@ -47,7 +47,7 @@ dev = [
47
uda = "uda_xarray.main:UDABackendEntrypoint"
48
49
[tool.bumpversion]
50
-current_version = "0.2.1"
+current_version = "0.2.2"
51
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
52
serialize = ["{major}.{minor}.{patch}"]
53
search = "{current_version}"
0 commit comments