From be03cf2e9fb8ff69ae04b42f3f1f918d5cd6c664 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Fri, 19 Apr 2019 10:05:30 +0200 Subject: [PATCH] update to 1.2.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d78cd76..29f93cc 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='EMBLmyGFF3', - version='1.2.5', + version='1.2.6', 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.5.tar.gz', + download_url='https://github.com/NBISweden/EMBLmyGFF3/archive/v1.2.6.tar.gz', author='Martin Norling, Niclas Jareborg, Jacques Dainat', license='GPL-3.0',