From d5d52537bd060bedff28d8e7d293459e4340c361 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 17 Jul 2019 13:29:06 +0200 Subject: [PATCH] [RELEASE] new version 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f36815a..fb87cb3 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def readme(): # https://pypi.python.org/pypi?%3Aaction=list_classifiers setup(name='island', - version='0.7.0', + version='0.8.0', description='island generic source manager (like repo in simple mode)', long_description=readme(), url='http://github.com/HeeroYui/island',