chore: update libraries to official alpha 7 release versions

This commit is contained in:
thunderbiscuit 2024-03-26 14:45:40 -04:00
parent 38ccbb17be
commit 3d3dbef90b
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=1.0.0-alpha.2b-SNAPSHOT
libraryVersion=1.0.0-alpha.7

View File

@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1536m
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=1.0.0-alpha.2b-SNAPSHOT
libraryVersion=1.0.0-alpha.7

View File

@ -18,7 +18,7 @@ import bdkpython as bdk
setup(
name="bdkpython",
version="1.0.0a2.dev1",
version="1.0.0-alpha7",
description="The Python language bindings for the Bitcoin Development Kit",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",