From 40d1770f77fbd9fd123731d815a8c06803136236 Mon Sep 17 00:00:00 2001 From: Devon Ryan Date: Fri, 31 Mar 2023 09:30:00 +0200 Subject: [PATCH] Tag 0.3.21 to test wheel uploads --- pyBigWig.h | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyBigWig.h b/pyBigWig.h index 77f79a4..71705f3 100644 --- a/pyBigWig.h +++ b/pyBigWig.h @@ -2,7 +2,7 @@ #include #include "bigWig.h" -#define pyBigWigVersion "0.3.20" +#define pyBigWigVersion "0.3.21" typedef struct { PyObject_HEAD diff --git a/pyproject.toml b/pyproject.toml index d31f71e..4fc0fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ description = "A package for accessing bigWig files using libBigWig" keywords = ["bioinformatics", "bigWig", "bigBed"] name = "pyBigWig" -version = "0.3.20" +version = "0.3.21" readme = "README.md" requires-python = ">=3.7"