← Watch feed
chore(python) bump version after release
What changed, and why it matters
This commit is a routine version bump for the Python 'trezor' package from 0.20.2 to 0.20.3 after a release. It only changes two version strings in packaging files and contains no functional code changes.
Recommended action
No action required; this is a routine post-release housekeeping change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the package version in python/pyproject.toml and the corresponding locked version in uv.lock. No source code, dependencies, or security-relevant configuration was modified.
Changed components
Not specified
Inspect captured patch +2 / −2
diff --git a/python/pyproject.toml b/python/pyproject.toml
index e1a9e6de..3a8876f7 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trezor"
-version = "0.20.2"
+version = "0.20.3"
description = "Python library for communicating with Trezor Hardware Wallet"
readme = "README.md"
license = "LGPL-3.0-only"
diff --git a/uv.lock b/uv.lock
index b77e5974..4685fcb0 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2085,7 +2085,7 @@ wheels = [
[[package]]
name = "trezor"
-version = "0.20.2"
+version = "0.20.3"
source = { editable = "python" }
dependencies = [
{ name = "click" },
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.