Skip to content

Commit

Permalink
New build badge (#29)
Browse files Browse the repository at this point in the history
* Added a new badge

* bump version to 0.9.8
  • Loading branch information
williamjameshandley authored Nov 25, 2023
1 parent 1ddd182 commit 3078c00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on merging to master
name: Build
on:
push:
branches:
Expand Down
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ lsbi: Linear Simulation Based Inference
=======================================
:lsbi: Linear Simulation Based Inference
:Author: Will Handley & David Yallup
:Version: 0.9.7
:Version: 0.9.8
:Homepage: https://github.com/handley-lab/lsbi
:Documentation: http://lsbi.readthedocs.io/

.. image:: https://github.com/handley-lab/lsbi/actions/workflows/unittests.yaml/badge.svg?branch=master
:target: https://github.com/handley-lab/lsbi/actions/workflows/unittests.yaml?query=branch%3Amaster
:alt: Build Status
:alt: Unit test status
.. image:: https://github.com/handley-lab/lsbi/actions/workflows/build.yaml/badge.svg?branch=master
:target: https://github.com/handley-lab/lsbi/actions/workflows/build.yaml?query=branch%3Amaster
:alt: Build status
.. image:: https://codecov.io/gh/handley-lab/lsbi/branch/master/graph/badge.svg
:target: https://codecov.io/gh/handley-lab/lsbi
:alt: Test Coverage Status
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.7"
__version__ = "0.9.8"

0 comments on commit 3078c00

Please sign in to comment.