clients: bump versions

This commit is contained in:
nym21
2026-03-23 16:57:43 +01:00
parent 67ad33b07a
commit ade23795b8
5 changed files with 5 additions and 5 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.1.9"
VERSION = "v0.2.1"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.1.9"
version = "0.2.1"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"