Skip to content

Commit

Permalink
Tag 0.3.21 to test wheel uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Ryan committed Mar 31, 2023
1 parent 96b951c commit 40d1770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyBigWig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <structmember.h>
#include "bigWig.h"

#define pyBigWigVersion "0.3.20"
#define pyBigWigVersion "0.3.21"

typedef struct {
PyObject_HEAD
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 40d1770

Please sign in to comment.