Fix missing bumps to 0.g

This commit is contained in:
Laurent Bachelier 2013-03-26 18:40:51 +01:00
commit 5a9bedf423
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ MODULE_PATH = os.getenv(
TEMPLATE_PATH = os.getenv(
'TEMPLATE_PATH',
os.path.realpath(os.path.join(os.path.dirname(__file__), 'boilerplate_data')))
VERSION = '0.f'
VERSION = '0.g'
TEMPLATES = TemplateLookup(directories=[TEMPLATE_PATH])