Skip to content

Commit 40d1770

Browse files
author
Devon Ryan
committed
Tag 0.3.21 to test wheel uploads
1 parent 96b951c commit 40d1770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyBigWig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <structmember.h>
33
#include "bigWig.h"
44

5-
#define pyBigWigVersion "0.3.20"
5+
#define pyBigWigVersion "0.3.21"
66

77
typedef struct {
88
PyObject_HEAD

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
description = "A package for accessing bigWig files using libBigWig"
2121
keywords = ["bioinformatics", "bigWig", "bigBed"]
2222
name = "pyBigWig"
23-
version = "0.3.20"
23+
version = "0.3.21"
2424
readme = "README.md"
2525
requires-python = ">=3.7"
2626

0 commit comments

Comments
 (0)