Skip to content

Commit

Permalink
Update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Sep 18, 2023
1 parent 64d81e4 commit 60223a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyremap" %}
{% set version = "1.0.1" %}
{% set version = "1.1.0" %}

package:
name: {{ name|lower }}
Expand Down
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Documentation On GitHub
`v0.0.16`_ `0.0.16`_
`v1.0.0`_ `1.0.0`_
`v1.0.1`_ `1.0.1`_
`v1.1.0`_ `1.1.0`_
================ ===============

.. _`stable`: ../stable/index.html
Expand All @@ -34,6 +35,7 @@ Documentation On GitHub
.. _`v0.0.16`: ../0.0.16/index.html
.. _`v1.0.0`: ../1.0.0/index.html
.. _`v1.0.1`: ../1.0.1/index.html
.. _`v1.1.0`: ../1.1.0/index.html
.. _`main`: https://github.com/MPAS-Dev/pyremap/tree/main
.. _`0.0.6`: https://github.com/MPAS-Dev/pyremap/tree/0.0.6
.. _`0.0.7`: https://github.com/MPAS-Dev/pyremap/tree/0.0.7
Expand All @@ -48,3 +50,4 @@ Documentation On GitHub
.. _`0.0.16`: https://github.com/MPAS-Dev/pyremap/tree/0.0.16
.. _`1.0.0`: https://github.com/MPAS-Dev/pyremap/tree/1.0.0
.. _`1.0.1`: https://github.com/MPAS-Dev/pyremap/tree/1.0.1
.. _`1.1.0`: https://github.com/MPAS-Dev/pyremap/tree/1.1.0
2 changes: 1 addition & 1 deletion pyremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
from pyremap.polar import get_polar_descriptor, get_polar_descriptor_from_file
from pyremap.remapper import Remapper

__version_info__ = (1, 0, 1)
__version_info__ = (1, 1, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 comments on commit 60223a6

Please sign in to comment.