Skip to content

Commit

Permalink
upload to pip and update to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnmy committed Oct 2, 2021
1 parent 3d918ff commit a49a054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ https://pytorch.org/get-started/locally/. Our code was tested with `torch v1.7`
### Installation

```shell
git clone https://github.com/hzi-bifo/RiboDetector.git
cd RiboDetector
python setup.py install
pip install ribodetector
```

### Usage
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.2"
__version__ = "0.2.3"
__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.2",
version="0.2.3",
author="Z-L Deng",
author_email="[email protected]",
description="Accurate and rapid RiboRNA sequences Detector based on deep learning.",
Expand Down

0 comments on commit a49a054

Please sign in to comment.