mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-08 06:01:57 -07:00
clients: bump versions
This commit is contained in:
@@ -6357,7 +6357,7 @@ function createTransferPattern(client, acc) {
|
||||
* @extends BrkClientBase
|
||||
*/
|
||||
class BrkClient extends BrkClientBase {
|
||||
VERSION = "v0.1.9";
|
||||
VERSION = "v0.2.1";
|
||||
|
||||
INDEXES = /** @type {const} */ ([
|
||||
"minute10",
|
||||
|
||||
@@ -40,5 +40,5 @@
|
||||
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "0.1.9"
|
||||
"version": "0.2.1"
|
||||
}
|
||||
|
||||
@@ -5655,7 +5655,7 @@ class SeriesTree:
|
||||
class BrkClient(BrkClientBase):
|
||||
"""Main BRK client with series tree and API methods."""
|
||||
|
||||
VERSION = "v0.1.9"
|
||||
VERSION = "v0.2.1"
|
||||
|
||||
INDEXES = [
|
||||
"minute10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "brk-client"
|
||||
version = "0.1.9"
|
||||
version = "0.2.1"
|
||||
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
@@ -55,7 +55,7 @@ echo ""
|
||||
|
||||
echo "--- Rust ---"
|
||||
cd "$ROOT_DIR"
|
||||
# cargo build --workspace --release
|
||||
cargo build --workspace --release
|
||||
echo ""
|
||||
|
||||
echo "--- JavaScript ---"
|
||||
|
||||
Reference in New Issue
Block a user