This commit is contained in:
Martin Sekera 2020-09-15 02:30:11 +02:00
commit 04c8f3901b
2 changed files with 293 additions and 0 deletions

8
version.py Normal file
View file

@ -0,0 +1,8 @@
#! /usr/bin/env python3
# encoding: utf-8
major = 0 # VERSION_MAJOR_IDENTIFIER
minor = 2 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 0.2
patch = 0 # VERSION_PATCH_IDENTIFIER
str = "0.2.0" # VERSION_STRING_IDENTIFIER