File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Documentation On GitHub
1515`v0.1.0 `_ `0.1.0 `_
1616`v0.2.0 `_ `0.2.0 `_
1717`v0.2.1 `_ `0.2.1 `_
18+ `v0.3.0 `_ `0.3.0 `_
1819================ ===============
1920
2021.. _`stable` : ../stable/index.html
@@ -35,3 +36,5 @@ Documentation On GitHub
3536.. _`0.2.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.0
3637.. _`v0.2.1` : ../0.2.1/index.html
3738.. _`0.2.1` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.1
39+ .. _`v0.3.0` : ../0.3.0/index.html
40+ .. _`0.3.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.3.0
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 2 , 1 )
1+ __version_info__ = (0 , 3 , 0 )
22__version__ = '.' .join (str (vi ) for vi in __version_info__ )
Original file line number Diff line number Diff line change 11{% set name = "mpas_tools" %}
2- {% set version = "0.2.1 " %}
2+ {% set version = "0.3.0 " %}
33
44package :
55 name : {{ name|lower }}
You can’t perform that action at this time.
0 commit comments