manuskript/manuskript/version.py
TheJackiMonster 1eab9890b5
========== manuskript-0.12.0 ==========
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 16:43:17 +02:00

10 lines
201 B
Python

# --!-- coding: utf8 --!--
# Single source the package version
# https://packaging.python.org/guides/single-sourcing-package-version/
__version__ = "0.12.0"
def getVersion():
return __version__