manuskript/manuskript/version.py
TheJackiMonster 5a109250bb
========== manuskript-0.16.1 ==========
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-12-14 14:21:49 +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.16.1"
def getVersion():
return __version__