clients: versions

This commit is contained in:
nym21
2026-02-04 23:32:21 +01:00
parent d4933ae314
commit 0eeda63abb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4938,7 +4938,7 @@ function createRatioPattern2(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.1.3";
VERSION = "v0.1.4";
INDEXES = /** @type {const} */ ([
"dateindex",
+1 -1
View File
@@ -34,5 +34,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.1.3"
"version": "0.1.4"
}
+1 -1
View File
@@ -4368,7 +4368,7 @@ class MetricsTree:
class BrkClient(BrkClientBase):
"""Main BRK client with metrics tree and API methods."""
VERSION = "v0.1.3"
VERSION = "v0.1.4"
INDEXES = [
"dateindex",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.1.3"
version = "0.1.4"
description = "Python client for the Bitcoin Research Kit"
readme = "README.md"
requires-python = ">=3.9"