Skip to content

Commit

Permalink
Bump to 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Aug 20, 2018
1 parent eb8def8 commit 0f1b4fd
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.11"
#define pyBigWigVersion "0.3.12"

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.11',
version = '0.3.12',
description = 'A package for accessing bigWig files using libBigWig',
author = "Devon P. Ryan",
author_email = "[email protected]",
Expand Down

0 comments on commit 0f1b4fd

Please sign in to comment.