Skip to content

Commit

Permalink
Merge pull request #110 from gagneurlab/dev
Browse files Browse the repository at this point in the history
Missing version number updates
  • Loading branch information
mumichae committed Sep 27, 2020
2 parents 3034445 + 8df333f commit 8a493cf
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
@@ -1,6 +1,6 @@
# Detection of RNA Outlier Pipeline
[![Pipeline status](https://travis-ci.org/gagneurlab/drop.svg?branch=master)](https://travis-ci.org/gagneurlab/drop)
[![Version](https://img.shields.io/badge/Version-0.9.1-green.svg)](https://github.com/gagneurlab/drop/master)
[![Version](https://img.shields.io/badge/Version-0.9.2-green.svg)](https://github.com/gagneurlab/drop/releases/tag/0.9.2)
[![Version](https://readthedocs.org/projects/gagneurlab-drop/badge/?version=latest)](https://gagneurlab-drop.readthedocs.io/en/latest)

The manuscript main file, supplementary figures and table can be found in the manuscript folder or in
Expand Down
2 changes: 1 addition & 1 deletion drop/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@click.group()
@click_log.simple_verbosity_option(logger)
@click.version_option('0.9.1',prog_name='drop')
@click.version_option('0.9.2',prog_name='drop')
def main():
pass

Expand Down

0 comments on commit 8a493cf

Please sign in to comment.