mirror of
https://github.com/thelsing/knx.git
synced 2025-02-18 00:15:28 +01:00
3 lines
72 B
Python
3 lines
72 B
Python
version_info = (2, 2, 4)
|
|
__version__ = '.'.join(map(str, version_info))
|