Skip to content

Commit

Permalink
ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Apr 10, 2023
1 parent c3d4df5 commit 3ad80d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
uses: mpi4py/setup-mpi@v1
- name: DEBUG
run: |
echo ${github.ref}
echo ${env.GITHUB_REF}
echo ${env.GITHUB_REF_TYPE}
echo ${{ github.ref }}
echo ${{ env.GITHUB_REF }}
echo ${{ env.GITHUB_REF_TYPE }}
- name: Check pypi packages
id: check_pkg
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/noisepy/seis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .S1_fft_cc_MPI import cross_correlate # noqa: F401
from .S2_stacking import stack # noqa: F401

__version__ = "0.5.6"
__version__ = "0.5.7"
"""
NoisePy is a Python package designed for fast and easy computation of ambient noise cross-correlation functions.
It provides additional functionality for noise monitoring and surface wave dispersion analysis.
Expand Down

0 comments on commit 3ad80d5

Please sign in to comment.