Add bumble's version to show device

This commit is contained in:
Alan Rosenthal
2022-12-09 12:23:45 -05:00
parent 297246fa4c
commit 55e2f23e29
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "unknown version"