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' )