manuskript/manuskript/version.py

10 lines
200 B
Python
Raw Normal View History

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