diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 49613ea..33d9bbe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: git-tag-and-release: runs-on: ubuntu-latest - needs: get_version + needs: get-version steps: - uses: actions/checkout@v4 - name: set version number diff --git a/README.rst b/README.rst index 511ea67..0eed686 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ lsbi: Linear Simulation Based Inference ======================================= :lsbi: Linear Simulation Based Inference :Author: Will Handley & David Yallup -:Version: 0.9.6 +:Version: 0.9.7 :Homepage: https://github.com/handley-lab/lsbi :Documentation: http://lsbi.readthedocs.io/ diff --git a/lsbi/_version.py b/lsbi/_version.py index 50533e3..f5b7730 100644 --- a/lsbi/_version.py +++ b/lsbi/_version.py @@ -1 +1 @@ -__version__ = "0.9.6" +__version__ = "0.9.7"