From caec68c10c67cd494470cfffa34b453e4c945264 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Tue, 8 Oct 2024 09:09:35 -0500 Subject: [PATCH] MNT: Prepare for next release cycle --- docs/history.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 4c6dcff..6d7931e 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,9 @@ History ======= +Latest +------ + 0.7.0 ------ - DEP: remove numpy<2 pin (pull #179) diff --git a/pyproject.toml b/pyproject.toml index 1472a20..8d3d5fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "geocube" -version = "0.7.0" +version = "0.7.1.dev0" description = "Tool to convert geopandas vector data into rasterized xarray data." maintainers = [ {name = "geocube Contributors"},