From bca1788c436119322e589c492007da7a7ab5bdcf Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Tue, 2 Jul 2024 15:18:14 -0400 Subject: [PATCH] bump to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f210e4..7921ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -version = "0.4.0" +version = "0.5.0" dependencies = ["h5py", "geopandas>=0.14,<0.15", "pyarrow", "xarray"] [project.optional-dependencies]