Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v0.0.10 #31

Merged
merged 1 commit into from
May 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ Documentation On GitHub
`v0.0.7`_ `0.0.7`_
`v0.0.8`_ `0.0.8`_
`v0.0.9`_ `0.0.9`_
`v0.0.10`_ `0.0.10`_
================ ===============

.. _`stable`: ../stable/index.html
.. _`v0.0.6`: ../0.0.6/index.html
.. _`v0.0.7`: ../0.0.7/index.html
.. _`v0.0.8`: ../0.0.8/index.html
.. _`v0.0.9`: ../0.0.9/index.html
.. _`v0.0.10`: ../0.0.10/index.html
.. _`master`: https://github.com/MPAS-Dev/pyremap/tree/master
.. _`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
.. _`0.0.8`: https://github.com/MPAS-Dev/pyremap/tree/0.0.8
.. _`0.0.9`: https://github.com/MPAS-Dev/pyremap/tree/0.0.9
.. _`0.0.10`: https://github.com/MPAS-Dev/pyremap/tree/0.0.10
2 changes: 1 addition & 1 deletion pyremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

from pyremap.polar import get_polar_descriptor_from_file, get_polar_descriptor

__version_info__ = (0, 0, 9)
__version_info__ = (0, 0, 10)
__version__ = '.'.join(str(vi) for vi in __version_info__)
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyremap" %}
{% set version = "0.0.9" %}
{% set version = "0.0.10" %}

package:
name: {{ name|lower }}
Expand Down