Skip to content

Commit 01d63b7

Browse files
authored
Merge pull request #51 from xylar/update_to_0.0.16
Update to v0.0.16
2 parents 8d10e6e + b1bcfc8 commit 01d63b7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ci/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyremap" %}
2-
{% set version = "0.0.15" %}
2+
{% set version = "0.0.16" %}
33

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

docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyremap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
from pyremap.polar import get_polar_descriptor, get_polar_descriptor_from_file
1111
from 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__)

0 commit comments

Comments
 (0)