Skip to content

Commit

Permalink
include meridional flux fix and update of package version number
Browse files Browse the repository at this point in the history
  • Loading branch information
csyhuang committed Feb 14, 2023
1 parent fb419e1 commit aa45499
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.6.3'
version = u'0.6.4'
# The full version, including alpha/beta/rc tags.
release = u'0.6.3'
release = u'0.6.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hn2016_falwa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Clare Huang, Christopher Polster
"""

__version__ = "0.6.3"
__version__ = "0.6.4"
from .interpolate_fields import interpolate_fields
from .interpolate_fields_direct_inv import interpolate_fields_direct_inv
from .compute_qref_and_fawa_first import compute_qref_and_fawa_first
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Python Library: hn2016_falwa (v0.6.3)
## Python Library: hn2016_falwa (v0.6.4)

[![Build Status](https://github.com/csyhuang/hn2016_falwa/actions/workflows/workflow.yml/badge.svg)](https://github.com/csyhuang/hn2016_falwa/actions/workflows/workflow.yml)[![codecov.io](https://codecov.io/gh/csyhuang/hn2016_falwa/branch/master/graph/badge.svg)](https://codecov.io/gh/csyhuang/hn2016_falwa)[![Documentation Status](https://readthedocs.org/projects/hn2016-falwa/badge/?version=latest)](http://hn2016-falwa.readthedocs.io/en/latest/?badge=latest)[![DOI](https://zenodo.org/badge/63908662.svg)](https://zenodo.org/badge/latestdoi/63908662)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name='hn2016_falwa',
version='0.6.3',
version='0.6.4',
description='python package to compute finite-amplitude local wave activity (Huang and Nakamura 2016, JAS)',
long_description=LONG_DESCRIPTION,
url='https://github.com/csyhuang/hn2016_falwa',
Expand Down

0 comments on commit aa45499

Please sign in to comment.