Skip to content

Commit

Permalink
new version v.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Sahraeian committed May 2, 2017
1 parent e8ca74e commit 6779da7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ <h2>Publication [Open access]</h2>

<h2>Download RNACocktail</h2>

<p>Latest version: <a href="https://github.com/bioinform/RNACocktail/archive/v0.2.tar.gz"
onclick="trackOutboundLink('https://github.com/bioinform/RNACocktail/archive/v0.2.tar.gz'); return false;">https://github.com/bioinform/RNACocktail/archive/v0.2.tar.gz</a></p>
<p>Latest version: <a href="https://github.com/bioinform/RNACocktail/archive/v0.2.1.tar.gz"
onclick="trackOutboundLink('https://github.com/bioinform/RNACocktail/archive/v0.2.1.tar.gz'); return false;">https://github.com/bioinform/RNACocktail/archive/v0.2.tar.gz</a></p>

<p>For other versions, see "releases". <a href="https://github.com/bioinform/RNACocktail/releases"
onclick="trackOutboundLink('https://github.com/bioinform/RNACocktail/releases'); return false;">https://github.com/bioinform/RNACocktail/releases</a></p>
Expand Down Expand Up @@ -389,8 +389,8 @@ <h2>System Requirements</h2>


<h2>Installing RNACocktail</h2>
<p>RNACocktail is a python package and can be installed using <code>pip</code>. To install type <code>pip install https://github.com/bioinform/RNACocktail/archive/v0.2.tar.gz</code>. The current version
of RNACocktail is v0.2. In general, the install source would be https://github.com/bioinform/RNACocktail/archive/version.tar.gz</p>
<p>RNACocktail is a python package and can be installed using <code>pip</code>. To install type <code>pip install https://github.com/bioinform/RNACocktail/archive/v0.2.1.tar.gz</code>. The current version
of RNACocktail is v0.2.1. In general, the install source would be https://github.com/bioinform/RNACocktail/archive/version.tar.gz</p>


<h2>Running RNACocktail</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2"
__version__ = "0.2.1"

0 comments on commit 6779da7

Please sign in to comment.