changelog + website: fixes

This commit is contained in:
nym21
2026-03-27 12:50:35 +01:00
parent 17570e12b8
commit 041652d85d
15 changed files with 130 additions and 218 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.2"
VERSION = "v0.2.3"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.2.2"
version = "0.2.3"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"