From 3078c008a5d5979c5d25c6cb1659669c9a62fd17 Mon Sep 17 00:00:00 2001 From: Will Handley Date: Sat, 25 Nov 2023 15:24:10 +0000 Subject: [PATCH] New build badge (#29) * Added a new badge * bump version to 0.9.8 --- .github/workflows/build.yaml | 2 +- README.rst | 7 +++++-- lsbi/_version.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 33d9bbe..6211a77 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build on merging to master +name: Build on: push: branches: diff --git a/README.rst b/README.rst index 0eed686..f649f10 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/lsbi/_version.py b/lsbi/_version.py index f5b7730..a25765c 100644 --- a/lsbi/_version.py +++ b/lsbi/_version.py @@ -1 +1 @@ -__version__ = "0.9.7" +__version__ = "0.9.8"