Skip to content

Commit f020f67

Browse files
Bump version: 0.2.1 → 0.2.2
1 parent 4f8b3af commit f020f67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uda-xarray"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "UDA backend for xarray"
55
readme = "README.md"
66
requires-python = ">=3.9, <3.13"
@@ -47,7 +47,7 @@ dev = [
4747
uda = "uda_xarray.main:UDABackendEntrypoint"
4848

4949
[tool.bumpversion]
50-
current_version = "0.2.1"
50+
current_version = "0.2.2"
5151
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
5252
serialize = ["{major}.{minor}.{patch}"]
5353
search = "{current_version}"

0 commit comments

Comments
 (0)