Skip to content

Commit f0c6e16

Browse files
authored
Merge pull request #87 from deeptools/bump0.3.16
bump to 0.3.16
2 parents 3ee292c + 0d29be0 commit f0c6e16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.15"
5+
#define pyBigWigVersion "0.3.16"
66

77
typedef struct {
88
PyObject_HEAD

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
include_dirs = include_dirs)
6363

6464
setup(name = 'pyBigWig',
65-
version = '0.3.15',
65+
version = '0.3.16',
6666
description = 'A package for accessing bigWig files using libBigWig',
6767
author = "Devon P. Ryan",
6868
author_email = "[email protected]",

0 commit comments

Comments
 (0)