diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d252a54..93df81a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: release: if: github.event_name != 'workflow_dispatch' runs-on: ubuntu-latest - needs: [build-ubuntu-latest] + needs: [build-ubuntu-latest, build-windows] steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 diff --git a/libeos/__init__.py b/libeos/__init__.py index e817279..7ab4dc8 100644 --- a/libeos/__init__.py +++ b/libeos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at AMOR instrument to be used by eos.py script. """ -__version__ = '2.1.3' +__version__ = '2.1.4' __date__ = '2024-12-13'