mirror of
https://github.com/sascha-hemi/waste-collection-ammerland.git
synced 2026-03-21 00:04:24 +01:00
7 lines
79 B
Python
7 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "3.4.0"
|
|
VERSION = __version__.split(".")
|