7 lines
83 B
Python
7 lines
83 B
Python
|
|
# coding: utf-8
|
||
|
|
"""
|
||
|
|
Version information for the application
|
||
|
|
"""
|
||
|
|
|
||
|
|
version = "0.0.2"
|