From e6feef5388e9a596244d5ac9c80ef37639ab42a7 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 28 Dec 2022 16:27:09 +0100 Subject: [PATCH] chore(python): bump version after release --- 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 4b18cecd2..d0347dc84 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.5" +__version__ = "0.13.6"