bump to 0.8

This commit is contained in:
Romain Bignon 2011-04-04 10:30:09 +02:00
commit 31a0a0a8be
65 changed files with 67 additions and 67 deletions

View file

@ -37,7 +37,7 @@ def check_executable_win(executable, error):
if dotfirst:
path = ["."]+path
pathext = os.environ[pathextsrc]
pathext = filter(None, pathext.split(";"))
@ -184,7 +184,7 @@ if options.xdg:
setup(
name='weboob',
version='0.7',
version='0.8',
description='Weboob, Web Out Of Browsers',
author='Romain Bignon',
author_email='weboob@weboob.org',