Merge pull request #12 from thunderbiscuit/bump-version

Bump version to v0.0.6.dev
This commit is contained in:
thunderbiscuit 2022-03-04 09:50:55 -05:00 committed by GitHub
commit 1ff345ab1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ rust_ext = RustExtension(
setup( setup(
name = 'bdkpython', name = 'bdkpython',
version = '0.0.5', version = '0.0.6.dev',
description="The Python language bindings for the bitcoindevkit", description="The Python language bindings for the bitcoindevkit",
long_description=LONG_DESCRIPTION, long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',