Skip to content

Commit

Permalink
v0.2.6 and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnmy committed Apr 21, 2022
1 parent 06981dc commit 5332d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

#### 1. Create `conda` env and install `Python v3.8`

To be able to use `RiboDetector`, all you need to do is to install `Python v3.8` (make sure you have version `3.8` because `3.7` cannot serialize a string larger than 4GiB) with `conda`:

To be able to use `RiboDetector`, you need to install `Python v3.8` or `v3.9` (make sure you have version `3.8` because `3.7` cannot serialize a string larger than 4GiB) with `conda`:
```shell
conda create -n ribodetector python=3.8
conda activate ribodetector
Expand Down
2 changes: 1 addition & 1 deletion ribodetector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
Accurate and rapid RiboRNA sequences Detector based on deep learning.
"""

__version__ = "0.2.5"
__version__ = "0.2.6"
__author__ = 'ZL Deng'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="ribodetector",
version="0.2.4",
version="0.2.6",
python_requires=">=3.8",
author="Z-L Deng",
author_email="[email protected]",
Expand Down

0 comments on commit 5332d00

Please sign in to comment.