From 7cadd4bb89f17096079906fe5d86dd2d2d0df792 Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Tue, 26 Nov 2024 11:14:06 -0500 Subject: [PATCH] bump to 0.7.0 for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f99e7aa..34ea822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -version = "0.6.0" +version = "0.7.0" dependencies = ["h5py", "geopandas>=1.0,<2.0", "pyarrow", "xarray"] [project.optional-dependencies]