Skip to content

Commit f9ad3a8

Browse files
authored
Merge pull request #387 from xylar/update_to_0.2.0
Update to v0.2.0
2 parents 0b97a24 + 1b99dd9 commit f9ad3a8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

conda_package/docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Documentation On GitHub
1313
`v0.0.14`_ `0.0.14`_
1414
`v0.0.15`_ `0.0.15`_
1515
`v0.1.0`_ `0.1.0`_
16+
`v0.2.0`_ `0.2.0`_
1617
================ ===============
1718

1819
.. _`stable`: ../stable/index.html
@@ -29,3 +30,5 @@ Documentation On GitHub
2930
.. _`0.0.15`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.15
3031
.. _`v0.1.0`: ../0.1.0/index.html
3132
.. _`0.1.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.1.0
33+
.. _`v0.2.0`: ../0.2.0/index.html
34+
.. _`0.2.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 1, 0)
1+
__version_info__ = (0, 2, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

conda_package/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mpas_tools" %}
2-
{% set version = "0.1.0" %}
2+
{% set version = "0.2.0" %}
33

44
package:
55
name: {{ name|lower }}

0 commit comments

Comments
 (0)