← Watch feed
chore(python): bump version after release
What changed, and why it matters
This commit simply increases the version number of the Python Trezor library from 0.20.0 to 0.20.1 after a release. It changes one line in a packaging metadata file and has no security relevance.
Recommended action
No action needed; this is a routine metadata change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies python/pyproject.toml, updating the version field from 0.20.0 to 0.20.1. This is a routine post-release version bump with no functional code changes.
Changed components
Not specified
Inspect captured patch +1 / −1
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 6933ff9a..b74e5afd 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trezor"
-version = "0.20.0"
+version = "0.20.1"
description = "Python library for communicating with Trezor Hardware Wallet"
readme = "README.md"
license = "LGPL-3.0-only"
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.