Bump bdkpython and bdk-jvm to 0.29.1

This commit is contained in:
thunderbiscuit 2023-07-04 13:15:52 -04:00
parent 12f8d557ad
commit ee4ec924a1
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1536m
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.29.0
libraryVersion=0.29.1

View File

@ -51,7 +51,7 @@ print(f"Wallet balance is: {balance.total}")
setup(
name="bdkpython",
version="0.29.0",
version="0.29.1",
description="The Python language bindings for the Bitcoin Development Kit",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",