dbus-fast/src/dbus_fast/__version__.py
semantic-release c319916a01 2.40.0
Automatically generated by python-semantic-release
2025-03-23 01:36:43 +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.40.0"
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Bluetooth Devices authors, 2019 Tony Crisci"