docker: update heath check

This commit is contained in:
nym21
2026-03-25 10:33:14 +01:00
parent 6eea20b89a
commit 6d3307c0df
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -5655,7 +5655,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.2.1"
VERSION = "v0.2.2"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.2.1"
version = "0.2.2"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"