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