clients: bump versions

This commit is contained in:
nym21
2026-04-03 00:52:09 +02:00
parent 50771ddccc
commit 78082801c6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6001,7 +6001,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.3.0-alpha.0"
VERSION = "v0.3.0-alpha.1"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.3.0-alpha.0"
version = "0.3.0-alpha.1"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"