this value should be single source of truth for the package version
__version__ = "0.0.1"
|
# TODO: Add versioning to the package |
from snap4frame.processor.base import BaseEventProcessor
# TODO: Add versioning to the package
# this value should be single source of truth for the package version
# __version__ = "0.0.1"
VERSION = "0.0.1"
this value should be single source of truth for the package version
__version__ = "0.0.1"
snap4frame/src/snap4frame/const.py
Line 5 in 37f8526