From f9eb04f117f306848072d1761109aa7e0fc6e4c8 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 29 Aug 2024 16:41:02 -0400 Subject: [PATCH] add a version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f86071c..da2daac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bt-decode" -version = "0.0.1" +version = "0.0.1a" description = "A wrapper around the scale-codec crate for fast scale-decoding of Bittensor data structures." readme = "README.md" license = {file = "LICENSE"}