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
This commit is contained in:
thunderbiscuit 2023-01-24 13:27:21 -05:00
parent ced11cb1ee
commit 49716471d4
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -60,7 +60,7 @@ rust_ext = RustExtension(
setup( setup(
name='bdkpython', name='bdkpython',
version='0.26.0', version='0.26.1',
description="The Python language bindings for the Bitcoin Development Kit", description="The Python language bindings for the Bitcoin Development Kit",
long_description=LONG_DESCRIPTION, long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',