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 11{% set name = "pyremap" %}
2- {% set version = "0.0.15 " %}
2+ {% set version = "0.0.16 " %}
33
44package :
55 name : {{ name|lower }}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Documentation On GitHub
1515`v0.0.13 `_ `0.0.13 `_
1616`v0.0.14 `_ `0.0.14 `_
1717`v0.0.15 `_ `0.0.15 `_
18+ `v0.0.16 `_ `0.0.16 `_
1819================ ===============
1920
2021.. _`stable` : ../stable/index.html
@@ -28,6 +29,7 @@ Documentation On GitHub
2829.. _`v0.0.13` : ../0.0.13/index.html
2930.. _`v0.0.14` : ../0.0.14/index.html
3031.. _`v0.0.15` : ../0.0.15/index.html
32+ .. _`v0.0.16` : ../0.0.16/index.html
3133.. _`main` : https://github.com/MPAS-Dev/pyremap/tree/main
3234.. _`0.0.6` : https://github.com/MPAS-Dev/pyremap/tree/0.0.6
3335.. _`0.0.7` : https://github.com/MPAS-Dev/pyremap/tree/0.0.7
@@ -39,3 +41,4 @@ Documentation On GitHub
3941.. _`0.0.13` : https://github.com/MPAS-Dev/pyremap/tree/0.0.13
4042.. _`0.0.14` : https://github.com/MPAS-Dev/pyremap/tree/0.0.14
4143.. _`0.0.15` : https://github.com/MPAS-Dev/pyremap/tree/0.0.15
44+ .. _`0.0.16` : https://github.com/MPAS-Dev/pyremap/tree/0.0.16
Original file line number Diff line number Diff line change 1010from pyremap .polar import get_polar_descriptor , get_polar_descriptor_from_file
1111from pyremap .remapper import Remapper
1212
13- __version_info__ = (0 , 0 , 15 )
13+ __version_info__ = (0 , 0 , 16 )
1414__version__ = '.' .join (str (vi ) for vi in __version_info__ )
You can’t perform that action at this time.
0 commit comments