From 0cbff93cd82d93709ff7b30168d335591456f82d Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Tue, 28 Oct 2025 16:44:56 -0400 Subject: [PATCH] bump ver --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 102d7c9..22c3bda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ dependencies = [ [[package]] name = "bt_decode" -version = "0.7.0" +version = "0.8.0" dependencies = [ "base58", "blake2", diff --git a/Cargo.toml b/Cargo.toml index 83b7ed0..127daff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bt_decode" -version = "0.7.0" +version = "0.8.0" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index a3904a5..e0b341e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bt-decode" -version = "0.7.0" +version = "0.8.0" description = "A wrapper around the scale-codec crate for fast scale-decoding of Bittensor data structures." readme = "README.md" license = {file = "LICENSE"}