We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df862d5 + e57e6d6 commit 7300b0aCopy full SHA for 7300b0a
pyBigWig.h
@@ -2,7 +2,7 @@
2
#include <structmember.h>
3
#include "bigWig.h"
4
5
-#define pyBigWigVersion "0.3.23"
+#define pyBigWigVersion "0.3.24"
6
7
typedef struct {
8
PyObject_HEAD
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
description = "A package for accessing bigWig files using libBigWig"
21
keywords = ["bioinformatics", "bigWig", "bigBed"]
22
name = "pyBigWig"
23
-version = "0.3.23"
+version = "0.3.24"
24
readme = "README.md"
25
requires-python = ">=3.9"
26
0 commit comments