clients: bump versions

This commit is contained in:
nym21
2026-05-22 11:02:12 +02:00
parent 773c0d090b
commit 56e8103178
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8953,7 +8953,7 @@ pub struct BrkClient {
impl BrkClient {
/// Client version.
pub const VERSION: &'static str = "v0.3.0-beta.11";
pub const VERSION: &'static str = "v0.3.0";
/// Create a new client with the given base URL.
pub fn new(base_url: impl Into<String>) -> Self {
+1 -1
View File
@@ -7561,7 +7561,7 @@ function createTransferPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.3.0-beta.11";
VERSION = "v0.3.0";
INDEXES = /** @type {const} */ ([
"minute10",
+1 -1
View File
@@ -40,5 +40,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.3.0-beta.11"
"version": "0.3.0"
}
+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.11"
VERSION = "v0.3.0"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.3.0-beta.11"
version = "0.3.0"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"