From fe37260704190d8d7fd7b393113f93ed011f45cd Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Fri, 8 Jun 2018 12:28:26 +0200 Subject: [PATCH] update version in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 014c544..7a9b4fb 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='EMBLmyGFF3', - version='1.2.2', + version='1.2.3', 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.2.tar.gz', + download_url='https://github.com/NBISweden/EMBLmyGFF3/archive/v1.2.3.tar.gz', author='Martin Norling, Niclas Jareborg, Jacques Dainat', license='GPL-3.0',