clients: bump versions

This commit is contained in:
nym21
2026-04-08 22:19:28 +02:00
parent dac66c988d
commit c5c49f62d1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6628,7 +6628,7 @@ function createTransferPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.3.0-beta.0";
VERSION = "v0.3.0-beta.1";
INDEXES = /** @type {const} */ ([
"minute10",
+1 -1
View File
@@ -40,5 +40,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.3.0-beta.0"
"version": "0.3.0-beta.1"
}
+1 -1
View File
@@ -6079,7 +6079,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.3.0-beta.0"
VERSION = "v0.3.0-beta.1"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.3.0-beta.0"
version = "0.3.0-beta.1"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"