Skip to content

Commit

Permalink
Merge pull request #87 from deeptools/bump0.3.16
Browse files Browse the repository at this point in the history
bump to 0.3.16
  • Loading branch information
dpryan79 authored May 14, 2019
2 parents 3ee292c + 0d29be0 commit f0c6e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15"
#define pyBigWigVersion "0.3.16"

typedef struct {
PyObject_HEAD
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
include_dirs = include_dirs)

setup(name = 'pyBigWig',
version = '0.3.15',
version = '0.3.16',
description = 'A package for accessing bigWig files using libBigWig',
author = "Devon P. Ryan",
author_email = "[email protected]",
Expand Down

0 comments on commit f0c6e16

Please sign in to comment.