Fix version number for development

This commit is contained in:
thunderbiscuit 2022-06-29 13:26:19 -04:00
parent 5862b13dac
commit d978993d06
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -59,7 +59,7 @@ rust_ext = RustExtension(
setup( setup(
name='bdkpython', name='bdkpython',
version='0.1.0.dev', version='0.1.0.dev0',
description="The Python language bindings for the Bitcoin Dev Kit", description="The Python language bindings for the Bitcoin Dev Kit",
long_description=LONG_DESCRIPTION, long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',