diff --git a/docs/versions.rst b/docs/versions.rst index de8ae69..ad055f4 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -11,6 +11,7 @@ Documentation On GitHub `v0.0.9`_ `0.0.9`_ `v0.0.10`_ `0.0.10`_ `v0.0.11`_ `0.0.11`_ +`v0.0.12`_ `0.0.12`_ ================ =============== .. _`stable`: ../stable/index.html @@ -20,6 +21,7 @@ Documentation On GitHub .. _`v0.0.9`: ../0.0.9/index.html .. _`v0.0.10`: ../0.0.10/index.html .. _`v0.0.11`: ../0.0.11/index.html +.. _`v0.0.12`: ../0.0.12/index.html .. _`master`: https://github.com/MPAS-Dev/pyremap/tree/master .. _`0.0.6`: https://github.com/MPAS-Dev/pyremap/tree/0.0.6 .. _`0.0.7`: https://github.com/MPAS-Dev/pyremap/tree/0.0.7 @@ -27,3 +29,4 @@ Documentation On GitHub .. _`0.0.9`: https://github.com/MPAS-Dev/pyremap/tree/0.0.9 .. _`0.0.10`: https://github.com/MPAS-Dev/pyremap/tree/0.0.10 .. _`0.0.11`: https://github.com/MPAS-Dev/pyremap/tree/0.0.11 +.. _`0.0.12`: https://github.com/MPAS-Dev/pyremap/tree/0.0.12 diff --git a/pyremap/__init__.py b/pyremap/__init__.py index 9fec1fe..2e3ee56 100644 --- a/pyremap/__init__.py +++ b/pyremap/__init__.py @@ -6,5 +6,5 @@ from pyremap.polar import get_polar_descriptor_from_file, get_polar_descriptor -__version_info__ = (0, 0, 11) +__version_info__ = (0, 0, 12) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9721532..f5d175a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyremap" %} -{% set version = "0.0.11" %} +{% set version = "0.0.12" %} package: name: {{ name|lower }}