Skip to content

Commit

Permalink
Patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Dec 27, 2021
1 parent 89cf8bf commit 6ee85dd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This provides read-level access to local and remote bigWig and bigBed files but

## Installation ##

Wheels for `pybbi` are available on PyPI for Pythons 3.5, 3.6, 3.7, 3.8 on Linux and Mac OSX.
Wheels for `pybbi` are available on PyPI for Pythons 3.6, 3.7, 3.8, 3.9 on Linux and Mac OSX x86-64.

```
$ pip install pybbi
Expand Down
2 changes: 1 addition & 1 deletion bbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

del cbbi, _bbi

__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion bbi/cbbi.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def open(str inFile):

cdef class BBIFile:
"""
Interface to a UCSC Big Binary (BBi) file.
Interface to a UCSC Big Binary Indexed (BBI) file.
The resource may be a bigWig or a bigBed file.
BigBed AutoSql schemas are supported.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def get_ext_modules():
'pkgconfig'
],
install_requires=[
'six',
'numpy'
],
tests_require=[
Expand Down

0 comments on commit 6ee85dd

Please sign in to comment.