Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Jul 15, 2017
1 parent 6011053 commit 3c631c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ To install InSilicoSeq, type the following in your terminal:
Alternatively, with docker:

```shell
docker pull hadrieng/insilicoseq:0.2.1
docker run -it --rm hadrieng/insilicoseq:0.2.1 iss
docker pull hadrieng/insilicoseq:0.2.2
docker run -it --rm hadrieng/insilicoseq:0.2.2 iss
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions doc/iss/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ If you wish to use InSilicoSeq using docker

.. code-block:: bash
docker pull hadrieng/insilicoseq:0.2.1
docker run -it --rm hadrieng/insilicoseq:0.2.1 iss
docker pull hadrieng/insilicoseq:0.2.2
docker run -it --rm hadrieng/insilicoseq:0.2.2 iss
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.2.1',
version='0.2.2',

description='a sequencing simulator',

url='https://github.com/HadrienG/InSilicoSeq',
download_url='https://github.com/HadrienG/InSilicoSeq/tarball/0.2.1',
download_url='https://github.com/HadrienG/InSilicoSeq/tarball/0.2.2',
author='Hadrien Gourlé',
author_email='[email protected]',

Expand Down

0 comments on commit 3c631c7

Please sign in to comment.