From e57e6d630ffdaced508045bf65f0f6739d21345a Mon Sep 17 00:00:00 2001 From: Devon Ryan Date: Fri, 17 Jan 2025 16:22:21 +0100 Subject: [PATCH] Bump version --- pyBigWig.h | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyBigWig.h b/pyBigWig.h index dc5fc7e..1095516 100644 --- a/pyBigWig.h +++ b/pyBigWig.h @@ -2,7 +2,7 @@ #include #include "bigWig.h" -#define pyBigWigVersion "0.3.23" +#define pyBigWigVersion "0.3.24" typedef struct { PyObject_HEAD diff --git a/pyproject.toml b/pyproject.toml index bd5921b..ea7bdb1 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.23" +version = "0.3.24" readme = "README.md" requires-python = ">=3.9"