7 lines
87 B
Python
7 lines
87 B
Python
# coding: utf-8
|
|
"""
|
|
Version information for the application
|
|
"""
|
|
|
|
version = "Alpha 0.1"
|