clients: bump versions

This commit is contained in:
nym21
2026-08-05 20:22:39 +02:00
parent 2e7efd4e6a
commit 5806b40e54
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8341,7 +8341,7 @@ function createUnspentPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.3.6";
VERSION = "v0.11.0";
INDEXES = /** @type {const} */ ([
"minute10",
+1 -1
View File
@@ -42,5 +42,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.3.6"
"version": "0.11.0"
}
+1 -1
View File
@@ -7252,7 +7252,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.3.6"
VERSION = "v0.11.0"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.3.6"
version = "0.11.0"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"