From 3ba035812ac86a7aad4625d949013afcae1d9d02 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Mon, 15 Oct 2018 15:00:20 +0200 Subject: [PATCH] update setupt.py to v1.2.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7a9b4fb..b74cf3e 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='EMBLmyGFF3', - version='1.2.3', + version='1.2.4', description='An efficient way to convert gff3 annotation files into EMBL format ready to submit', url='https://github.com/NBISweden/EMBLmyGFF3', - download_url='https://github.com/NBISweden/EMBLmyGFF3/archive/v1.2.3.tar.gz', + download_url='https://github.com/NBISweden/EMBLmyGFF3/archive/v1.2.4.tar.gz', author='Martin Norling, Niclas Jareborg, Jacques Dainat', license='GPL-3.0',