Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Oct 10, 2017
1 parent c987ac4 commit 16e4d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',

Expand Down

0 comments on commit 16e4d15

Please sign in to comment.