From 38d44e6803c45c3cd83321b910bea95dcd295c0a Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 9 Dec 2021 14:38:45 +0100 Subject: [PATCH] chore(python): bump trezorlib version in repo --- 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 0b1e89c14..7173647ad 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.13.0" +__version__ = "0.13.1"