File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ org.gradle.jvmargs=-Xmx1536m
22android.useAndroidX =true
33android.enableJetifier =true
44kotlin.code.style =official
5- libraryVersion =2.0.0-SNAPSHOT
5+ libraryVersion =2.0.0
66org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
77org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change 11[package ]
22name = " bdk-ffi"
3- version = " 2.0.0-alpha.0 "
3+ version = " 2.0.0"
44homepage = " https://bitcoindevkit.org"
55repository = " https://github.com/bitcoindevkit/bdk"
66edition = " 2018"
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536m
22android.enableJetifier =true
33kotlin.code.style =official
4- libraryVersion =2.0.0-SNAPSHOT
4+ libraryVersion =2.0.0
55org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
66org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = "bdkpython" ,
21- version = "2.0.0.dev0 " ,
21+ version = "2.0.0" ,
2222 description = "The Python language bindings for the Bitcoin Development Kit" ,
2323 long_description = LONG_DESCRIPTION ,
2424 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments