Skip to content

Commit

Permalink
Bump version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Dec 13, 2017
1 parent 0320a7e commit e0eb57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyBigWig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <structmember.h>
#include "bigWig.h"

#define pyBigWigVersion "0.3.7"
#define pyBigWigVersion "0.3.8"

typedef struct {
PyObject_HEAD
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
include_dirs = include_dirs)

setup(name = 'pyBigWig',
version = '0.3.7',
version = '0.3.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.3.7",
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.3.8",
keywords = ["bioinformatics", "bigWig", "bigBed"],
classifier = ["Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit e0eb57e

Please sign in to comment.