Fix version numbering to comply with PEP 440

This commit is contained in:
thunderbiscuit 2022-03-04 08:53:11 -05:00
parent e851f42aee
commit 8b50e8d3ad
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

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