Update libraries to official release versions

This commit is contained in:
thunderbiscuit 2023-01-11 11:52:38 -05:00
parent 5f7d8a9077
commit ced11cb1ee
No known key found for this signature in database
GPG Key ID: 88253696EB836462
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.26.0-SNAPSHOT
libraryVersion=0.26.0

View File

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

View File

@ -60,7 +60,7 @@ rust_ext = RustExtension(
setup(
name='bdkpython',
version='0.26.0.dev0',
version='0.26.0',
description="The Python language bindings for the Bitcoin Development Kit",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',