Skip to content

Commit 0fd9d94

Browse files
authored
Merge pull request #405 from xylar/update_to_0.4.0
Update conda package to v0.4.0
2 parents 23538e3 + e37014b commit 0fd9d94

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
@@ -16,6 +16,7 @@ Documentation On GitHub
1616
`v0.2.0`_ `0.2.0`_
1717
`v0.2.1`_ `0.2.1`_
1818
`v0.3.0`_ `0.3.0`_
19+
`v0.4.0`_ `0.4.0`_
1920
================ ===============
2021

2122
.. _`stable`: ../stable/index.html
@@ -38,3 +39,5 @@ Documentation On GitHub
3839
.. _`0.2.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.1
3940
.. _`v0.3.0`: ../0.3.0/index.html
4041
.. _`0.3.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.3.0
42+
.. _`v0.4.0`: ../0.4.0/index.html
43+
.. _`0.4.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 3, 0)
1+
__version_info__ = (0, 4, 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.3.0" %}
2+
{% set version = "0.4.0" %}
33

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

0 commit comments

Comments
 (0)