Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazgen005 authored Jan 1, 2025
1 parent aafd9ff commit 794c60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 794c60c

Please sign in to comment.