website: safari fixes

This commit is contained in:
nym21
2026-02-05 11:43:40 +01:00
parent 897aab032e
commit bbba8f4373
6 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -4368,7 +4368,7 @@ class MetricsTree:
class BrkClient(BrkClientBase):
"""Main BRK client with metrics tree and API methods."""
VERSION = "v0.1.4"
VERSION = "v0.1.5"
INDEXES = [
"dateindex",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brk-client"
version = "0.1.4"
version = "0.1.5"
description = "Python client for the Bitcoin Research Kit"
readme = "README.md"
requires-python = ">=3.9"