From f5cc1e7f43622e6f65593c003a287d3de2e828f0 Mon Sep 17 00:00:00 2001 From: snowman2 <alansnow21@gmail.com> Date: Mon, 6 Jul 2020 09:22:01 -0500 Subject: [PATCH] version 0.0.31 --- docs/history.rst | 4 ++-- rioxarray/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index b42c179b..ef1625d4 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,9 +1,9 @@ History ======= -Latest +0.0.31 ------ -- Deprecate add_spatial_ref and fix warning for add_xy_grid_meta +- Deprecate add_spatial_ref and fix warning for add_xy_grid_meta (pull #158) 0.0.30 ------ diff --git a/rioxarray/_version.py b/rioxarray/_version.py index 8b174879..a839ae15 100644 --- a/rioxarray/_version.py +++ b/rioxarray/_version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.1.dev0" +__version__ = "0.0.31"