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',