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'