From 3f1a619208a0eb372a0993aadc086c4842946f21 Mon Sep 17 00:00:00 2001 From: Jake Date: Tue, 10 Dec 2024 03:37:27 +0100 Subject: [PATCH] Release 3.0.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7ca18b..19fc5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "ble-serial" -version = "2.8.0" +version = "3.0.0" authors = [{ name = "Jake", email = "ble-serial-pypi@ja-ke.tech" }] license = {text = "MIT License"} description = "Connects BLE adapters with virtual serial ports" diff --git a/uv.lock b/uv.lock index 86defa4..d0729bd 100644 --- a/uv.lock +++ b/uv.lock @@ -16,7 +16,7 @@ wheels = [ [[package]] name = "ble-serial" -version = "2.8.0" +version = "3.0.0" source = { editable = "." } dependencies = [ { name = "bleak" },