fix version in setup.py

This commit is contained in:
Romain Bignon 2012-05-05 00:25:04 +02:00
commit bc944f98fe
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ if options.xdg:
setup(
name='weboob',
version = '0.c',
version = '0.d',
description='Weboob, Web Out Of Browsers',
long_description=open('README').read(),
author='Romain Bignon',