diff --git a/pyproject.toml b/pyproject.toml index e2382e7..780d97e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ build-backend = "hatchling.build" [project] name = "bluepy3" -# version = "2.10.1" # latest/current distribution version -version = "2.11.8" # latest test version +version = "2.12.1" # latest/current distribution version +# version = "2.11.8" # latest test version description = "A Python3 module for interfacing with Bluetooth LE devices on Linux." readme = "README.md" requires-python = ">=3.8"