diff --git a/setup.py b/setup.py index f079730..8462a6a 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ rust_ext = RustExtension( setup( name='bdkpython', - version='0.3.0.dev0', + version='0.6.0.dev0', description="The Python language bindings for the Bitcoin Development Kit", long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',