Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed May 20, 2016
1 parent 53ce50d commit 50e416e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
include_dirs = ['libBigWig', sysconfig.get_config_var("INCLUDEPY")])

setup(name = 'pyBigWig',
version = '0.2.7',
version = '0.2.8',
description = 'A package for accessing bigWig files using libBigWig',
author = "Devon P. Ryan",
author_email = "[email protected]",
url = "https://github.com/dpryan79/pyBigWig",
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.2.7",
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.2.8",
keywords = ["bioinformatics", "bigWig"],
classifier = ["Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 50e416e

Please sign in to comment.