From 792dfa368d17c9b0b0e512fe6b7ccf0a0f07dfe1 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Thu, 29 Dec 2022 08:01:04 +0100 Subject: [PATCH] Update to v1.0.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 19a21189..67435f70 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -19,6 +19,7 @@ Documentation On GitHub `v0.6.0`_ `0.6.0`_ `v0.7.0`_ `0.7.0`_ `v0.8.0`_ `0.8.0`_ +`v1.0.0`_ `1.0.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -51,3 +52,5 @@ Documentation On GitHub .. _`0.7.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.7.0 .. _`v0.8.0`: ../0.8.0/index.html .. _`0.8.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.8.0 +.. _`v1.0.0`: ../1.0.0/index.html +.. _`1.0.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.0.0 diff --git a/geometric_features/__init__.py b/geometric_features/__init__.py index 617df632..e0a4ec1a 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, 8, 0) +__version_info__ = (1, 0, 0) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3a1d35d3..da506602 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "geometric_features" %} -{% set version = "0.8.0" %} +{% set version = "1.0.0" %} {% set build = 0 %} package: