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 53ce50d commit 50e416eCopy full SHA for 50e416e
setup.py
@@ -39,12 +39,12 @@
39
include_dirs = ['libBigWig', sysconfig.get_config_var("INCLUDEPY")])
40
41
setup(name = 'pyBigWig',
42
- version = '0.2.7',
+ version = '0.2.8',
43
description = 'A package for accessing bigWig files using libBigWig',
44
author = "Devon P. Ryan",
45
author_email = "[email protected]",
46
url = "https://github.com/dpryan79/pyBigWig",
47
- download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.2.7",
+ download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.2.8",
48
keywords = ["bioinformatics", "bigWig"],
49
classifier = ["Development Status :: 5 - Production/Stable",
50
"Intended Audience :: Developers",
0 commit comments