From d22dc0cd7e9fc19abe574e0697401013402cfc88 Mon Sep 17 00:00:00 2001 From: Lorena Pantano Date: Tue, 30 Jul 2019 17:41:35 -0400 Subject: [PATCH] hot fix --- HISTORY.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 3800c4c..60dc0d0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -- 0.4.21a +- 0.4.21 * Missing trimming events since 0.4.19 diff --git a/setup.py b/setup.py index bc6ba7a..ac57ac5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import setup, find_packages -version = '0.4.21a' +version = '0.4.21' url = 'http://github.com/mirtop/mirtop'