From 3183fe013c26b59683163a541fa67d25c4c88b75 Mon Sep 17 00:00:00 2001 From: Vimalkumar Velayudhan Date: Fri, 16 Oct 2015 16:08:57 +0100 Subject: [PATCH] Release 0.2.1 --- HISTORY.rst | 4 ++++ riboplot/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 80e78c5..b8f21a2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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** diff --git a/riboplot/__init__.py b/riboplot/__init__.py index f8a6a91..536d77e 100644 --- a/riboplot/__init__.py +++ b/riboplot/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vimalkumar Velayudhan' __email__ = 'vimalkumarvelayudhan@gmail.com' -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/setup.py b/setup.py index 651a8cb..b1ccc02 100644 --- a/setup.py +++ b/setup.py @@ -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",