From 1ddd18255ddb0ce0a32525af3294e090dc08ea93 Mon Sep 17 00:00:00 2001 From: Will Handley Date: Sat, 25 Nov 2023 15:15:01 +0000 Subject: [PATCH] bump version to 0.9.7 (#28) --- .github/workflows/build.yaml | 2 +- README.rst | 2 +- lsbi/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"