From 448318b7792bb3d9cda914892d4eed4331c6def3 Mon Sep 17 00:00:00 2001 From: nschcolnicov Date: Mon, 4 Nov 2024 11:48:13 +0000 Subject: [PATCH] Update versions --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 184fa24..3951c73 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +0.4.29 + +* Update handling of --database argument [#90](https://github.com/miRTop/mirtop/issues/90) + 0.4.28 * fix random order in Variant field [#84](https://github.com/miRTop/mirtop/issues/83) diff --git a/setup.py b/setup.py index 6fbda8c..2085ce8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import setup, find_packages -version = '0.4.28' +version = '0.4.29' url = 'http://github.com/mirtop/mirtop'