From 5026b3b9e354b87e78e1cf5f6212acca4a3f58b0 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Mon, 1 Feb 2021 22:35:15 +0100 Subject: [PATCH] Update to v0.2.0 --- docs/versions.rst | 11 +++++++---- geometric_features/__init__.py | 2 +- recipe/meta.yaml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/versions.rst b/docs/versions.rst index bbe79b80..f740a08f 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -8,10 +8,11 @@ Documentation On GitHub `v0.1.7`_ `0.1.7`_ `v0.1.8`_ `0.1.8`_ `v0.1.9`_ `0.1.9`_ -`v0.1.10`_ `0.1.10`_ -`v0.1.11`_ `0.1.11`_ -`v0.1.12`_ `0.1.12`_ -`v0.1.13`_ `0.1.13`_ +`v0.1.10`_ `0.1.10`_ +`v0.1.11`_ `0.1.11`_ +`v0.1.12`_ `0.1.12`_ +`v0.1.13`_ `0.1.13`_ +`v0.2.0`_ `0.2.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -30,3 +31,5 @@ Documentation On GitHub .. _`0.1.12`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.12 .. _`v0.1.13`: ../0.1.13/index.html .. _`0.1.13`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.13 +.. _`v0.2.0`: ../0.2.0/index.html +.. _`0.2.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.2.0 diff --git a/geometric_features/__init__.py b/geometric_features/__init__.py index 95109411..167e40ab 100644 --- a/geometric_features/__init__.py +++ b/geometric_features/__init__.py @@ -13,5 +13,5 @@ from geometric_features.utils import write_feature_names_and_tags -__version_info__ = (0, 1, 13) +__version_info__ = (0, 2, 0) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f53816f2..55b4f71b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "geometric_features" %} -{% set version = "0.1.13" %} +{% set version = "0.2.0" %} {% set build = 0 %} package: