actions: remove release pipeline

This commit is contained in:
nym21
2026-05-18 11:38:11 +02:00
parent d1b328e658
commit bbab864ed9
9 changed files with 8 additions and 314 deletions
+1 -1
View File
@@ -6716,7 +6716,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.3.0-beta.9"
VERSION = "v0.3.0-beta.11"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.3.0-beta.9"
version = "0.3.0-beta.11"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"