Module palletjack.version

A single source of truth for the version in a programmatically-accessible variable. This file must only include the single line of code below

Expand source code
"""A single source of truth for the version in a programmatically-accessible variable.
This file must only include the single line of code below
"""

#: This will be automatically set by the publish action when it is uploaded to pypi; only change this for local dev
__version__ = "5.0.0"