Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
privong committed Sep 28, 2022
1 parent 0f153c3 commit ba85b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymccorrelation/pymccorrelation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

__version__ = '0.2.4'
__version__ = '0.2.5'

import warnings as _warnings
import numpy as _np
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pymccorrelation",
version="0.2.4",
version="0.2.5",
author="George C. Privon",
author_email="gprivon@nrao.edu",
description="Compute correlation coefficients with uncertainties",
Expand Down

0 comments on commit ba85b52

Please sign in to comment.