Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Feb 16, 2017
1 parent 8e9a82a commit 659b9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ conda install unicycler -c bioconda -c conda-forge

### Install via Docker
```bash
docker run quay.io/biocontainers/unicycler:0.2.0--py35_0 unicycler -h
docker run quay.io/biocontainers/unicycler:0.3.0b--py35_0 unicycler -h
```


Expand Down
2 changes: 1 addition & 1 deletion unicycler/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
not, see <http://www.gnu.org/licenses/>.
"""

__version__ = '0.3.0b'
__version__ = '0.3.0'

0 comments on commit 659b9cb

Please sign in to comment.