From 70b28485a8c4ef0f8b2ccc43573ca49e203c714c Mon Sep 17 00:00:00 2001 From: "Maurice (mausy5043) Hendrix" Date: Sat, 10 Aug 2024 13:14:07 +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 78adda1..5cd8be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ build-backend = "hatchling.build" [project] name = "bluepy3" -# version = "2.12.1" # latest/current distribution version -version = "2.13.4" # latest test version +version = "2.12.2" # latest/current distribution version +# version = "2.13.4" # latest test version description = "A Python3 module for interfacing with Bluetooth LE devices on Linux." readme = "README.md" requires-python = ">=3.8"