Skip to content

Commit 98a3f75

Browse files
committed
Bump to 0.3.11
1 parent 946d65e commit 98a3f75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyBigWig.h

Lines changed: 1 addition & 1 deletion
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.10"
5+
#define pyBigWigVersion "0.3.11"
66

77
typedef struct {
88
PyObject_HEAD

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
include_dirs = include_dirs)
6262

6363
setup(name = 'pyBigWig',
64-
version = '0.3.10',
64+
version = '0.3.11',
6565
description = 'A package for accessing bigWig files using libBigWig',
6666
author = "Devon P. Ryan",
6767
author_email = "[email protected]",
6868
url = "https://github.com/dpryan79/pyBigWig",
69-
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.3.10",
69+
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.3.11",
7070
keywords = ["bioinformatics", "bigWig", "bigBed"],
7171
classifier = ["Development Status :: 5 - Production/Stable",
7272
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)