dbus-fast/src/dbus_fast/__version__.py
github-actions 6e203e3bda 2.29.0
Automatically generated by python-semantic-release
2025-01-15 20:25:57 +00:00

11 lines
401 B
Python

__title__ = "dbus_fast"
__description__ = (
"A performant zero-dependency DBus library for Python with asyncio support"
)
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
__version__ = "2.29.0"
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Bluetooth Devices authors, 2019 Tony Crisci"