From 577d71d0c65d1a62c7942a7d1eee6bdee167204f Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 28 Jul 2025 12:59:32 -0400 Subject: [PATCH] chore: update library to official 2.0.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5dbe2c4..b04f080 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="bdkpython", - version="2.0.0.dev0", + version="2.0.0", description="The Python language bindings for the Bitcoin Development Kit", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",