Skip to content

Commit 50e416e

Browse files
committed
Bump version to 0.2.8
1 parent 53ce50d commit 50e416e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
include_dirs = ['libBigWig', sysconfig.get_config_var("INCLUDEPY")])
4040

4141
setup(name = 'pyBigWig',
42-
version = '0.2.7',
42+
version = '0.2.8',
4343
description = 'A package for accessing bigWig files using libBigWig',
4444
author = "Devon P. Ryan",
4545
author_email = "[email protected]",
4646
url = "https://github.com/dpryan79/pyBigWig",
47-
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.2.7",
47+
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.2.8",
4848
keywords = ["bioinformatics", "bigWig"],
4949
classifier = ["Development Status :: 5 - Production/Stable",
5050
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)