import
This commit is contained in:
commit
c8a4ebbbde
3 changed files with 54 additions and 0 deletions
8
version.py
Normal file
8
version.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
#! /usr/bin/env python3
|
||||
# encoding: utf-8
|
||||
|
||||
major = 0 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 1 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 0.1
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
str = "0.1.0" # VERSION_STRING_IDENTIFIER
|
Loading…
Add table
Add a link
Reference in a new issue