chore(python): bump version after release
What changed, and why it matters
This commit simply increases the version number of the Trezor Python library from 0.20.1 to 0.20.2 after a release. It changes one line in a project metadata file and contains no functional or security-related code changes.
No action required. This is a benign version-bump commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies python/pyproject.toml, updating the version field under [project] from “0.20.1” to “0.20.2”. This is a routine post-release version bump with no changes to source code, dependencies, build configuration, or security controls.
Changed components
Inspect captured patch +1 / −1
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 8266f8f3..8943e59b 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trezor"
-version = "0.20.1"
+version = "0.20.2"
description = "Python library for communicating with Trezor Hardware Wallet"
readme = "README.md"
license = "LGPL-3.0-only"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.