From 794c60c7e52b8c9c0728327b244a700c17ec3c8a Mon Sep 17 00:00:00 2001 From: Vazgen <70487205+Vazgen005@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:20:58 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85dd05e..7707cec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "adb-wifi-py" -version = "0.2.0" +version = "0.3.1" description = "A tool for pairing Android 11 and newer devices for wireless debugging directly through a terminal using QR code." dependencies = ["zeroconf>=0.136.2", "qrcode>=8.0", "colorama>=0.4.6"] readme = "README.md" -requires-python = ">= 3.8" +requires-python = ">= 3.9" [project.urls] Homepage = "https://github.com/Vazgen005/adb-wifi-py"