titiler-xarray 2.0.2__tar.gz → 2.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: titiler-xarray
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Xarray plugin for TiTiler.
5
5
  Project-URL: Homepage, https://developmentseed.org/titiler/
6
6
  Project-URL: Documentation, https://developmentseed.org/titiler/
@@ -26,7 +26,7 @@ Requires-Dist: obstore
26
26
  Requires-Dist: pydantic-settings~=2.0
27
27
  Requires-Dist: rioxarray
28
28
  Requires-Dist: starlette-cramjam<1.0,>=0.4
29
- Requires-Dist: titiler-core==2.0.2
29
+ Requires-Dist: titiler-core==2.0.3
30
30
  Requires-Dist: xarray
31
31
  Requires-Dist: zarr<4.0,>=3.1
32
32
  Provides-Extra: fs
@@ -29,7 +29,7 @@ classifiers = [
29
29
  ]
30
30
  dynamic = ["version"]
31
31
  dependencies = [
32
- "titiler-core==2.0.2", # x-release-please-version
32
+ "titiler-core==2.0.3", # x-release-please-version
33
33
  "xarray",
34
34
  "rioxarray",
35
35
  "obstore",
@@ -0,0 +1,3 @@
1
+ """titiler.xarray"""
2
+
3
+ __version__ = "2.0.3" # x-release-please-version
@@ -1,3 +0,0 @@
1
- """titiler.xarray"""
2
-
3
- __version__ = "2.0.2" # x-release-please-version
File without changes
File without changes