From 6072412b2fce69b0c112a6e0ede3532552165751 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:31:57 -0400 Subject: [PATCH] chore: bump version to 0.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e3d8b6..150260e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evmspec" -version = "0.0.4" +version = "0.0.5" description = "A collection of msgspec.Struct definitions for use with the Ethereum Virtual Machine" authors = ["BobTheBuidler "]