Skip to content

Commit

Permalink
Update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jun 7, 2023
1 parent 4b5ee92 commit 91270b5
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 = "0.0.16" %}
{% set version = "1.0.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 @@ -16,6 +16,7 @@ Documentation On GitHub
`v0.0.14`_ `0.0.14`_
`v0.0.15`_ `0.0.15`_
`v0.0.16`_ `0.0.16`_
`v1.0.0`_ `1.0.0`_
================ ===============

.. _`stable`: ../stable/index.html
Expand All @@ -30,6 +31,7 @@ Documentation On GitHub
.. _`v0.0.14`: ../0.0.14/index.html
.. _`v0.0.15`: ../0.0.15/index.html
.. _`v0.0.16`: ../0.0.16/index.html
.. _`v1.0.0`: ../1.0.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 @@ -42,3 +44,4 @@ Documentation On GitHub
.. _`0.0.14`: https://github.com/MPAS-Dev/pyremap/tree/0.0.14
.. _`0.0.15`: https://github.com/MPAS-Dev/pyremap/tree/0.0.15
.. _`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
2 changes: 1 addition & 1 deletion pyremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
from pyremap.polar import get_polar_descriptor, get_polar_descriptor_from_file
from pyremap.remapper import Remapper

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

0 comments on commit 91270b5

Please sign in to comment.