From 3ad80d513249bd0f19ae206c067538c22f85bc95 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Jurado Suarez Date: Mon, 10 Apr 2023 15:19:32 -0700 Subject: [PATCH] ver bump --- .github/workflows/release.yaml | 6 +++--- src/noisepy/seis/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b9ba1402..6d3c813e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: | diff --git a/src/noisepy/seis/__init__.py b/src/noisepy/seis/__init__.py index 8175c7ce..1167d355 100644 --- a/src/noisepy/seis/__init__.py +++ b/src/noisepy/seis/__init__.py @@ -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.