mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-30 00:09:26 -07:00
version: bump
This commit is contained in:
@@ -6400,7 +6400,7 @@ class SeriesTree:
|
||||
class BrkClient(BrkClientBase):
|
||||
"""Main BRK client with series tree and API methods."""
|
||||
|
||||
VERSION = "v0.3.0-beta.3"
|
||||
VERSION = "v0.3.0-beta.4"
|
||||
|
||||
INDEXES = [
|
||||
"minute10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "brk-client"
|
||||
version = "0.3.0-beta.3"
|
||||
version = "0.3.0-beta.4"
|
||||
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
Reference in New Issue
Block a user