File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "pyremap" %}
2
- {% set version = "0.0.15 " %}
2
+ {% set version = "0.0.16 " %}
3
3
4
4
package :
5
5
name : {{ name|lower }}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Documentation On GitHub
15
15
`v0.0.13 `_ `0.0.13 `_
16
16
`v0.0.14 `_ `0.0.14 `_
17
17
`v0.0.15 `_ `0.0.15 `_
18
+ `v0.0.16 `_ `0.0.16 `_
18
19
================ ===============
19
20
20
21
.. _`stable` : ../stable/index.html
@@ -28,6 +29,7 @@ Documentation On GitHub
28
29
.. _`v0.0.13` : ../0.0.13/index.html
29
30
.. _`v0.0.14` : ../0.0.14/index.html
30
31
.. _`v0.0.15` : ../0.0.15/index.html
32
+ .. _`v0.0.16` : ../0.0.16/index.html
31
33
.. _`main` : https://github.com/MPAS-Dev/pyremap/tree/main
32
34
.. _`0.0.6` : https://github.com/MPAS-Dev/pyremap/tree/0.0.6
33
35
.. _`0.0.7` : https://github.com/MPAS-Dev/pyremap/tree/0.0.7
@@ -39,3 +41,4 @@ Documentation On GitHub
39
41
.. _`0.0.13` : https://github.com/MPAS-Dev/pyremap/tree/0.0.13
40
42
.. _`0.0.14` : https://github.com/MPAS-Dev/pyremap/tree/0.0.14
41
43
.. _`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 10
10
from pyremap .polar import get_polar_descriptor , get_polar_descriptor_from_file
11
11
from pyremap .remapper import Remapper
12
12
13
- __version_info__ = (0 , 0 , 15 )
13
+ __version_info__ = (0 , 0 , 16 )
14
14
__version__ = '.' .join (str (vi ) for vi in __version_info__ )
You can’t perform that action at this time.
0 commit comments