From 18034a07965705b121926cc685f69da46c36e54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sj=C3=B6din?= Date: Thu, 1 Mar 2018 13:13:55 +0100 Subject: [PATCH] Update version in files --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1507088..494896d 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='schavott', - version='0.4.1', + version='0.5.0', description='Scaffolding and assembly in real-time', url='http://github.com/emilhaegglund/schavott', author='Emil Haegglund', @@ -23,5 +23,5 @@ 'watchdog', 'numpy'], keywords = ['MinION-sequencing', 'Bioinformatics', 'Real-time'], - download_url = 'https://github.com/emilhaegglund/schavott/tarball/v0.4.1' + download_url = 'https://github.com/emilhaegglund/schavott/tarball/v0.5.0' )