set application versions to 0.1

This commit is contained in:
Christophe Benz 2010-07-06 12:10:06 +02:00
commit 944662c4bf
22 changed files with 22 additions and 22 deletions

View file

@ -30,7 +30,7 @@ __all__ = ['HaveSex']
class HaveSex(PromptApplication):
APPNAME = 'havesex'
VERSION = '1.0'
VERSION = '0.1'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
STORAGE_FILENAME = 'dating.storage'
CONFIG = {'optimizations': ''}