Skip to content

Commit

Permalink
Merge pull request #156 from deeptools/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
dpryan79 authored Jan 17, 2025
2 parents df862d5 + e57e6d6 commit 7300b0a
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.23"
#define pyBigWigVersion "0.3.24"

typedef struct {
PyObject_HEAD
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
description = "A package for accessing bigWig files using libBigWig"
keywords = ["bioinformatics", "bigWig", "bigBed"]
name = "pyBigWig"
version = "0.3.23"
version = "0.3.24"
readme = "README.md"
requires-python = ">=3.9"

Expand Down

0 comments on commit 7300b0a

Please sign in to comment.