manuskript/manuskript/version.py
TheJackiMonster 041fda5b74
========== manuskript-0.15.0 ==========
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-04 20:32:58 +01:00

10 lines
201 B
Python

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