twblue/doc/application.py

8 lines
118 B
Python
Raw Normal View History

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