clients: bump versions

This commit is contained in:
nym21
2026-06-04 19:12:58 +02:00
parent 744032f1f1
commit 7cee0e2c5a
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -6724,7 +6724,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.3.1"
VERSION = "v0.3.2"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.3.1"
version = "0.3.2"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"