From 0e31da5a73c78dd1c8386e6cb3dc9f3b79a7c7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rik=20Paradis?= Date: Tue, 20 Feb 2018 10:39:32 -0500 Subject: [PATCH] New version 0.1.1 with all the docs updated --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4ca1f6f6..c2fae862 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ packages = find_packages() setup( name='PyToune', - version='0.1', + version='0.1.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.1.zip', + download_url='https://github.com/GRAAL-Research/pytoune/archive/v0.1.1.zip', license='GPLv3', classifiers=[ 'Development Status :: 3 - Alpha',