clients: regened

This commit is contained in:
nym21
2026-03-29 17:47:47 +02:00
parent 07fa2d2c9a
commit f6960c61d6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5679,7 +5679,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.2.4"
VERSION = "v0.2.5"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.2.4"
version = "0.2.5"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"