Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalkvn committed Oct 16, 2015
1 parent aaed4fc commit 3183fe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History
=======
0.2.1 (2015-10-16)
_-----------------
Fix: Add mock again to setup requirements. Matplolib install under Galaxy fails otherwise.

0.2.0 (2015-10-15)
------------------
**riboplot**
Expand Down
2 changes: 1 addition & 1 deletion riboplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Vimalkumar Velayudhan'
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='riboplot',
version='0.2.0',
version='0.2.1',
description="Plot read counts of RiboSeq data from BAM format alignment files",
long_description=readme + '\n\n' + history,
author="Vimalkumar Velayudhan",
Expand Down

0 comments on commit 3183fe0

Please sign in to comment.