diff --git a/EMBLmyGFF3/EMBLmyGFF3.py b/EMBLmyGFF3/EMBLmyGFF3.py index 1407d62..18e5870 100755 --- a/EMBLmyGFF3/EMBLmyGFF3.py +++ b/EMBLmyGFF3/EMBLmyGFF3.py @@ -9,7 +9,7 @@ shameless_plug=""" ############################################################################# - # NBIS 2018 - Sweden # + # NBIS 2019 - Sweden # # Authors: Martin Norling, Niclas Jareborg, Jacques Dainat # # Please visit https://github.com/NBISweden/EMBLmyGFF3 for more information # ############################################################################# diff --git a/setup.py b/setup.py index 1b1100b..217798b 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='EMBLmyGFF3', - version='1.2.7', + version='1.2.8', 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.7.tar.gz', + download_url='https://github.com/NBISweden/EMBLmyGFF3/archive/v1.2.8.tar.gz', author='Martin Norling, Niclas Jareborg, Jacques Dainat', license='GPL-3.0',