diff --git a/docs/history.rst b/docs/history.rst index f4a93cf2..3a05ae6e 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,9 @@ History ======= +Latest +------ + 0.3.0 ------ - REF: Reduce pyproj.CRS internal usage for speed (issue #241) diff --git a/rioxarray/_version.py b/rioxarray/_version.py index 43066013..3bed4e0f 100644 --- a/rioxarray/_version.py +++ b/rioxarray/_version.py @@ -1,2 +1,2 @@ """rioxarray version""" -__version__ = "0.3.0" +__version__ = "0.3.1.dev0"