global: snap

This commit is contained in:
nym21
2026-08-06 16:20:31 +02:00
parent 7ba8a38996
commit 15c634766e
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="dark">
<title>Bitcoin Rarity Model</title>
<title>Bitcoin Rarity Meter</title>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<style>
@font-face {
@@ -280,7 +280,7 @@
></div>
<header id="identity">
<h1>Bitcoin Rarity Model</h1>
<h1>Bitcoin Rarity Meter</h1>
</header>
<div id="readout" aria-live="polite">
+1 -1
View File
@@ -8341,7 +8341,7 @@ function createUnspentPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.11.0";
VERSION = "v0.11.1";
INDEXES = /** @type {const} */ ([
"minute10",
+1 -1
View File
@@ -42,5 +42,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.11.0"
"version": "0.11.1"
}
+1 -1
View File
@@ -7252,7 +7252,7 @@ class SeriesTree:
class BrkClient(BrkClientBase):
"""Main BRK client with series tree and API methods."""
VERSION = "v0.11.0"
VERSION = "v0.11.1"
INDEXES = [
"minute10",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.11.0"
version = "0.11.1"
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
readme = "README.md"
requires-python = ">=3.9"