change version to 0.5

This commit is contained in:
Romain Bignon 2010-12-06 11:54:25 +01:00
commit bf2db2eb9b

View file

@ -28,7 +28,7 @@ class MeteofranceBackend(BaseBackend, ICapWeather):
NAME = 'meteofrance'
MAINTAINER = 'Cedric Defortis'
EMAIL = 'cedric@aiur.fr'
VERSION = '0.1'
VERSION = '0.5'
DESCRIPTION = 'Get forecasts from the MeteoFrance website'
LICENSE = 'GPLv3'
#CONFIG = ValuesDict(Value('domain', label='Domain (example "ssl.what.cd")'),