From f416d199c513be2548d784375fe11765489989b3 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Sat, 31 Mar 2018 09:31:08 +0200 Subject: [PATCH] Update setup.py update to install automatically the last version 1.2.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ac574c0..014c544 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='EMBLmyGFF3', - version='1.2.1', + version='1.2.2', 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.1.tar.gz', + download_url='https://github.com/NBISweden/EMBLmyGFF3/archive/v1.2.2.tar.gz', author='Martin Norling, Niclas Jareborg, Jacques Dainat', license='GPL-3.0',