diff --git a/docs/source/conf.py b/docs/source/conf.py index 9038d8ee..6c6bcaad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ def __getattr__(cls, name): # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.2' +release = '0.2.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 70016d13..412c98c7 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ packages = find_packages() setup( name='PyToune', - version='0.2', + version='0.2.1', author='Frédérik Paradis', author_email='fredy_14@live.fr', url = 'http://pytoune.org', - download_url='https://github.com/GRAAL-Research/pytoune/archive/v0.2.zip', + download_url='https://github.com/GRAAL-Research/pytoune/archive/v0.2.1.zip', license='GPLv3', classifiers=[ 'Development Status :: 3 - Alpha',