Skip to content

Commit

Permalink
bump version to 0.9.7 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley authored Nov 25, 2023
1 parent 8c28272 commit 1ddd182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion lsbi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.6"
__version__ = "0.9.7"

0 comments on commit 1ddd182

Please sign in to comment.