Skip to content

Commit 49cc5ee

Browse files
authored
Merge pull request #161 from xylar/update_to_0.2.0
Update to v0.2.0
2 parents e429501 + 5026b3b commit 49cc5ee

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/versions.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Documentation On GitHub
88
`v0.1.7`_ `0.1.7`_
99
`v0.1.8`_ `0.1.8`_
1010
`v0.1.9`_ `0.1.9`_
11-
`v0.1.10`_ `0.1.10`_
12-
`v0.1.11`_ `0.1.11`_
13-
`v0.1.12`_ `0.1.12`_
14-
`v0.1.13`_ `0.1.13`_
11+
`v0.1.10`_ `0.1.10`_
12+
`v0.1.11`_ `0.1.11`_
13+
`v0.1.12`_ `0.1.12`_
14+
`v0.1.13`_ `0.1.13`_
15+
`v0.2.0`_ `0.2.0`_
1516
================ ===============
1617

1718
.. _`stable`: ../stable/index.html
@@ -30,3 +31,5 @@ Documentation On GitHub
3031
.. _`0.1.12`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.12
3132
.. _`v0.1.13`: ../0.1.13/index.html
3233
.. _`0.1.13`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.13
34+
.. _`v0.2.0`: ../0.2.0/index.html
35+
.. _`0.2.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.2.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, 1, 13)
16+
__version_info__ = (0, 2, 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.1.13" %}
2+
{% set version = "0.2.0" %}
33
{% set build = 0 %}
44

55
package:

0 commit comments

Comments
 (0)