From 49716471d43c3e2d6963e514e49298c0f09e070a Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 24 Jan 2023 13:27:21 -0500 Subject: [PATCH] Bump bdkpython library version to 0.26.1 This plus the fix to the CI release workflow will allow releasing libraries for macOS and Windows on PyPI --- bdk-python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-python/setup.py b/bdk-python/setup.py index a0a64c4..0ce5be1 100644 --- a/bdk-python/setup.py +++ b/bdk-python/setup.py @@ -60,7 +60,7 @@ rust_ext = RustExtension( setup( name='bdkpython', - version='0.26.0', + version='0.26.1', description="The Python language bindings for the Bitcoin Development Kit", long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',