From 5bfc6f0816627a2f059ee057623c29a3f352a4ac Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:11:28 -0400 Subject: [PATCH] chore: bump version to 0.2.2 (#35) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5207537..2fc5257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evmspec" -version = "0.2.1" +version = "0.2.2" description = "A collection of msgspec.Struct definitions for use with the Ethereum Virtual Machine" authors = ["BobTheBuidler "]