dbus-fast/src/dbus_fast/__version__.py
semantic-release a3a2194e8d 2.34.0
Automatically generated by python-semantic-release
2025-02-24 21:03:14 +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.34.0"
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Bluetooth Devices authors, 2019 Tony Crisci"