changelog: updated

This commit is contained in:
nym21
2026-02-13 22:49:23 +01:00
parent 2377f51718
commit fb7c92da79
5 changed files with 219 additions and 4 deletions
+1 -1
View File
@@ -4423,7 +4423,7 @@ class MetricsTree:
class BrkClient(BrkClientBase):
"""Main BRK client with metrics tree and API methods."""
VERSION = "v0.1.7"
VERSION = "v0.1.9"
INDEXES = [
"dateindex",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.1.7"
version = "0.1.9"
description = "Python client for the Bitcoin Research Kit"
readme = "README.md"
requires-python = ">=3.9"