Skip to content

Commit 91d6f87

Browse files
committed
Bump version to 0.2.4
1 parent dcf7eea commit 91d6f87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 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.3',
42+
version = '0.2.4',
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.3",
47+
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.2.4",
4848
keywords = ["bioinformatics", "bigWig"],
4949
classifier = ["Development Status :: 5 - Production/Stable",
5050
"Intended Audience :: Developers",
@@ -54,7 +54,6 @@
5454
"Programming Language :: Python :: 2",
5555
"Programming Language :: Python :: 2.7",
5656
"Programming Language :: Python :: 3",
57-
"Programming Language :: Python :: 3.2",
5857
"Programming Language :: Python :: 3.3",
5958
"Programming Language :: Python :: 3.4",
6059
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)