diff --git a/docs/history.rst b/docs/history.rst index 58b26ce..52967d1 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ History ======= -Latest +0.4.3 ------- - DEP: Support Python 3.10+ (pull #156) - BUG: Update minimize dtype for int64 & int8 support (issue #139) diff --git a/setup.cfg b/setup.cfg index 94507c3..8aa380c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ author = geocube Contributors author_email = alansnow21@gmail.com name = geocube -version = 0.4.3.dev0 +version = 0.4.3 description = Tool to convert geopandas vector data into rasterized xarray data. keywords = geocube, GDAL, rasterize, vector long_description = file: README.rst