Skip to content

Commit 20e080f

Browse files
committed
Update to v0.6.0
1 parent 699a06b commit 20e080f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Documentation On GitHub
1616
`v0.3.0`_ `0.3.0`_
1717
`v0.4.0`_ `0.4.0`_
1818
`v0.5.0`_ `0.5.0`_
19+
`v0.6.0`_ `0.6.0`_
1920
================ ===============
2021

2122
.. _`stable`: ../stable/index.html
@@ -42,3 +43,5 @@ Documentation On GitHub
4243
.. _`0.4.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.4.0
4344
.. _`v0.5.0`: ../0.5.0/index.html
4445
.. _`0.5.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.5.0
46+
.. _`v0.6.0`: ../0.6.0/index.html
47+
.. _`0.6.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.6.0

geometric_features/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
from geometric_features.utils import write_feature_names_and_tags
1414

1515

16-
__version_info__ = (0, 5, 0)
16+
__version_info__ = (0, 6, 0)
1717
__version__ = '.'.join(str(vi) for vi in __version_info__)

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "geometric_features" %}
2-
{% set version = "0.5.0" %}
2+
{% set version = "0.6.0" %}
33
{% set build = 0 %}
44

55
package:

0 commit comments

Comments
 (0)