twblue/doc/application.py

8 lines
118 B
Python
Raw Normal View History

2015-01-19 00:19:39 +01:00
# -*- coding: utf-8 -*-
name = 'TWBlue'
snapshot = False
if snapshot == False:
version = "0.80"
2015-01-19 00:19:39 +01:00
else:
version = "7"