From 04f6102b097d43f8253e018d806712d9d32a6364 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sun, 4 Apr 2021 23:52:39 +0200 Subject: [PATCH] Update to v0.4.0 --- docs/versions.rst | 3 +++ geometric_features/__init__.py | 2 +- recipe/meta.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/versions.rst b/docs/versions.rst index 4dcd51cd..a1f427de 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -14,6 +14,7 @@ Documentation On GitHub `v0.1.13`_ `0.1.13`_ `v0.2.0`_ `0.2.0`_ `v0.3.0`_ `0.3.0`_ +`v0.4.0`_ `0.4.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -36,3 +37,5 @@ Documentation On GitHub .. _`0.2.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.2.0 .. _`v0.3.0`: ../0.3.0/index.html .. _`0.3.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.3.0 +.. _`v0.4.0`: ../0.4.0/index.html +.. _`0.4.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.4.0 diff --git a/geometric_features/__init__.py b/geometric_features/__init__.py index 91e7b44d..acee97de 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, 3, 0) +__version_info__ = (0, 4, 0) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ad6def49..3b54fe89 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "geometric_features" %} -{% set version = "0.3.0" %} +{% set version = "0.4.0" %} {% set build = 0 %} package: