diff --git a/README.md b/README.md index d6b8027..bd8ccd3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## A sequencing simulator [![Build Status](https://travis-ci.org/HadrienG/InSilicoSeq.svg?branch=master)](https://travis-ci.org/HadrienG/InSilicoSeq) -[![Documentation Status](https://readthedocs.org/projects/insilicoseq/badge/?version=0.3.0)](http://insilicoseq.readthedocs.io/en/0.3.0/?badge=0.3.0) +[![Documentation Status](https://readthedocs.org/projects/insilicoseq/badge/?version=0.5.0)](http://insilicoseq.readthedocs.io/en/0.5.0/?badge=0.5.0) [![codecov](https://codecov.io/gh/HadrienG/InSilicoSeq/branch/master/graph/badge.svg)](https://codecov.io/gh/HadrienG/InSilicoSeq) [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](LICENSE) @@ -25,7 +25,7 @@ To install InSilicoSeq, type the following in your terminal: Alternatively, with docker: ```shell -docker pull hadrieng/insilicoseq:0.4.1 +docker pull hadrieng/insilicoseq:0.5.0 ``` ## Usage diff --git a/setup.py b/setup.py index f21824f..de3601e 100644 --- a/setup.py +++ b/setup.py @@ -5,12 +5,12 @@ setup( name='InSilicoSeq', - version='0.4.1', + version='0.5.0', description='a sequencing simulator', url='https://github.com/HadrienG/InSilicoSeq', - download_url='https://github.com/HadrienG/InSilicoSeq/tarball/0.4.1', + download_url='https://github.com/HadrienG/InSilicoSeq/tarball/0.5.0', author='Hadrien Gourlé', author_email='hadrien.gourle@slu.se',