From ca896c3a669e2e1943b45438e828407b1386181b Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Wed, 17 Jan 2024 00:34:40 -0500 Subject: [PATCH] show coverage for main branch instead of master --- README.md | 2 +- pyensembl/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ef0a67..8d5f23c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Tests](https://github.com/openvax/pyensembl/actions/workflows/tests.yml/badge.svg)](https://github.com/openvax/pyensembl/actions/workflows/tests.yml) -[![Coverage Status](https://coveralls.io/repos/github/openvax/pyensembl/badge.svg?branch=master)](https://coveralls.io/github/openvax/pyensembl?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/openvax/pyensembl/badge.svg?branch=main)](https://coveralls.io/github/openvax/pyensembl?branch=main) PyPI diff --git a/pyensembl/version.py b/pyensembl/version.py index e121c1f..04510af 100644 --- a/pyensembl/version.py +++ b/pyensembl/version.py @@ -1 +1 @@ -__version__ = "2.3.8" +__version__ = "2.3.9"