Support showing version info

This commit is contained in:
tzutalin
2017-10-27 10:28:47 +08:00
parent a77184a176
commit 5adaa669d2
4 changed files with 13 additions and 8 deletions
+2
View File
@@ -0,0 +1,2 @@
__version_info__ = ('1', '5', '2')
__version__ = '.'.join(__version_info__)