Skip to content

Commit

Permalink
fix: fix pyranges version
Browse files Browse the repository at this point in the history
  • Loading branch information
DongzeHE committed May 7, 2023
1 parent fa62eb6 commit 5a47d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyroe
version = 0.9.1
version = 0.9.2
author = Dongze He, Rob Patro
author_email = dhe17@umd.edu, rob@cs.umd.edu
description = utilities of alevin-fry
Expand All @@ -22,7 +22,7 @@ python_requires = >=3.7
include_package_data = True
install_requires =
pandas >= 1.3.0, < 2.0.0
pyranges >= 0.0.120
pyranges == 0.0.120
biopython >= 1.77
packaging >= 21.0
scanpy >= 1.8.2
Expand Down
2 changes: 1 addition & 1 deletion src/pyroe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.1"
__version__ = "0.9.2"

from pyroe.load_fry import load_fry
from pyroe.make_txome import make_splici_txome, make_spliceu_txome
Expand Down

0 comments on commit 5a47d35

Please sign in to comment.