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.
1 parent eb8def8 commit 0f1b4fdCopy full SHA for 0f1b4fd
pyBigWig.h
@@ -2,7 +2,7 @@
2
#include <structmember.h>
3
#include "bigWig.h"
4
5
-#define pyBigWigVersion "0.3.11"
+#define pyBigWigVersion "0.3.12"
6
7
typedef struct {
8
PyObject_HEAD
setup.py
@@ -62,7 +62,7 @@
62
include_dirs = include_dirs)
63
64
setup(name = 'pyBigWig',
65
- version = '0.3.11',
+ version = '0.3.12',
66
description = 'A package for accessing bigWig files using libBigWig',
67
author = "Devon P. Ryan",
68
author_email = "[email protected]",
0 commit comments