From df588aba24d592e9104df3fc21bc15a574ca9a4d Mon Sep 17 00:00:00 2001 From: "Maurice (mausy5043) Hendrix" Date: Sun, 28 Jul 2024 14:22:36 +0200 Subject: [PATCH] bump for production --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"