From 634d7db36eb495b9f2837214a1213b8c21f1ab5e Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 25 Jan 2023 09:02:39 -0500 Subject: [PATCH] Bump bdkpython library version to 0.26.2 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 0ce5be1..69c75f0 100644 --- a/bdk-python/setup.py +++ b/bdk-python/setup.py @@ -60,7 +60,7 @@ rust_ext = RustExtension( setup( name='bdkpython', - version='0.26.1', + version='0.26.2', description="The Python language bindings for the Bitcoin Development Kit", long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',