From 87e89b77b8766a26f2658fbd9b17bd9d4ad9806a Mon Sep 17 00:00:00 2001 From: hsinfan1996 <57552401+hsinfan1996@users.noreply.github.com> Date: Fri, 10 Sep 2021 22:47:55 +0800 Subject: [PATCH] Remove travis-ci badge (#434) * Remove travis-ci badge * Update __init__.py Co-authored-by: Celine Combet --- README.md | 1 - clmm/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9071bcfc9..7174c7b00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # CLMM -[![Build Status](https://travis-ci.org/LSSTDESC/CLMM.svg?branch=main)](https://travis-ci.org/LSSTDESC/CLMM) [![Build and Check](https://github.com/LSSTDESC/CLMM/workflows/Build%20and%20Check/badge.svg)](https://github.com/LSSTDESC/CLMM/actions?query=workflow%3A%22Build+and+Check%22) [![Coverage Status](https://coveralls.io/repos/github/LSSTDESC/CLMM/badge.svg?branch=main)](https://coveralls.io/github/LSSTDESC/CLMM?branch=main) diff --git a/clmm/__init__.py b/clmm/__init__.py index 1b6010459..a6d5dd80d 100644 --- a/clmm/__init__.py +++ b/clmm/__init__.py @@ -11,4 +11,4 @@ ) from . import support -__version__ = '1.0.0' +__version__ = '1.0.1'