diff --git a/setup.py b/setup.py index 0193d1f..5a0d15e 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ setup( name='dotplot', packages=find_packages(), - version='0.3', + version='0.4', license='LGPL-3.0', description='Small bioinformatic package for dotplot\'s generation (in command line and in GUI)', author='kn_bibs', author_email='bibs.kn@uw.edu.pl', url='https://github.com/kn-bibs/dotplot', - download_url='https://github.com/kn-bibs/dotplot/tarball/v0.3-alpha', + download_url='https://github.com/kn-bibs/dotplot/tarball/v0.4-alpha', keywords=['dotplot', 'bioinformatic', 'gui'], classifiers=[ 'Development Status :: 3 - Alpha',