From 2f26d3e8e90fd095a0e7560e7f3a0416c9e65ad2 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 11 Mar 2025 15:16:08 +0100 Subject: [PATCH] chore(python): bump trezorlib version to 0.15.0 --- python/src/trezorlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/__init__.py b/python/src/trezorlib/__init__.py index fb064df986..568bf85e16 100644 --- a/python/src/trezorlib/__init__.py +++ b/python/src/trezorlib/__init__.py @@ -14,4 +14,4 @@ # You should have received a copy of the License along with this library. # If not, see . -__version__ = "0.14.0" +__version__ = "0.15.0"