clients: bump versions

This commit is contained in:
nym21
2026-02-08 16:41:31 +01:00
parent aa61e327f6
commit f968ae4fd4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4992,7 +4992,7 @@ function createRatioPattern2(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.1.6";
VERSION = "v0.1.7";
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.6"
"version": "0.1.7"
}
+1 -1
View File
@@ -4409,7 +4409,7 @@ class MetricsTree:
class BrkClient(BrkClientBase):
"""Main BRK client with metrics tree and API methods."""
VERSION = "v0.1.6"
VERSION = "v0.1.7"
INDEXES = [
"dateindex",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.1.6"
version = "0.1.7"
description = "Python client for the Bitcoin Research Kit"
readme = "README.md"
requires-python = ">=3.9"