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 @@ -14,6 +14,7 @@ Documentation On GitHub
1414`v0.1.13 `_ `0.1.13 `_
1515`v0.2.0 `_ `0.2.0 `_
1616`v0.3.0 `_ `0.3.0 `_
17+ `v0.4.0 `_ `0.4.0 `_
1718================ ===============
1819
1920.. _`stable` : ../stable/index.html
@@ -36,3 +37,5 @@ Documentation On GitHub
3637.. _`0.2.0` : https://github.com/MPAS-Dev/geometric_features/tree/0.2.0
3738.. _`v0.3.0` : ../0.3.0/index.html
3839.. _`0.3.0` : https://github.com/MPAS-Dev/geometric_features/tree/0.3.0
40+ .. _`v0.4.0` : ../0.4.0/index.html
41+ .. _`0.4.0` : https://github.com/MPAS-Dev/geometric_features/tree/0.4.0
Original file line number Diff line number Diff line change 1313from geometric_features .utils import write_feature_names_and_tags
1414
1515
16- __version_info__ = (0 , 3 , 0 )
16+ __version_info__ = (0 , 4 , 0 )
1717__version__ = '.' .join (str (vi ) for vi in __version_info__ )
Original file line number Diff line number Diff line change 11{% set name = "geometric_features" %}
2- {% set version = "0.3 .0" %}
2+ {% set version = "0.4 .0" %}
33{% set build = 0 %}
44
55package :
You can’t perform that action at this time.
0 commit comments