mirror of
https://github.com/rembo10/headphones.git
synced 2026-01-13 08:47:57 -05:00
Mostly just updating libraries, removing string encoding/decoding, fixing some edge cases. No new functionality was added in this commit.
7 lines
80 B
Python
7 lines
80 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "2.0.10"
|
|
VERSION = __version__.split(".")
|