Skip to content

Commit

Permalink
CI corrections post #22 (#23)
Browse files Browse the repository at this point in the history
* Corrected the build yaml file

* bump version to 0.9.2
  • Loading branch information
williamjameshandley authored Nov 25, 2023
1 parent 08d628e commit 1aa34ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:

pypi-public:
needs: pypi-release
runs-on: ubuntu-latest
steps:
- name: Get version number
run: |
VERSION="$(grep ':Version:' README.rst | awk '{print $2}')"
Expand Down
4 changes: 2 additions & 2 deletions 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.1
:Version: 0.9.2
:Homepage: https://github.com/handley-lab/lsbi
:Documentation: http://lsbi.readthedocs.io/

Expand All @@ -20,7 +20,7 @@ lsbi: Linear Simulation Based Inference
:target: https://badge.fury.io/py/lsbi
:alt: PyPi location
.. image:: https://zenodo.org/badge/705730277.svg
:target: https://zenodo.org/doi/10.5281/zenodo.10009816
:target: https://zenodo.org/doi/10.5281/zenodo.100.9.26
:alt: Permanent DOI for this release
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/handley-lab/lsbi/blob/master/LICENSE
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.1"
__version__ = "0.9.2"

0 comments on commit 1aa34ea

Please sign in to comment.