From 96e02253356d83bdc3e4e08dbd8b8d164cfb6f8c Mon Sep 17 00:00:00 2001 From: snowman2 Date: Wed, 26 Jun 2024 08:49:03 -0500 Subject: [PATCH] MNT: Version 0.6.0 --- docs/history.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 2451719..faa4ed7 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,9 +1,9 @@ History ======= -Latest +0.6.0 ------ - +- DEP: Update to geopandas 1 (pull #176) 0.5.3 ------ diff --git a/pyproject.toml b/pyproject.toml index 5817196..ef2a814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "geocube" -version = "0.6.0.dev0" +version = "0.6.0" description = "Tool to convert geopandas vector data into rasterized xarray data." maintainers = [ {name = "geocube Contributors"},