diff --git a/pyproject.toml b/pyproject.toml index 91c3df7..a8cc064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evmspec" -version = "0.2.3" +version = "0.2.4" description = "A collection of msgspec.Struct definitions for use with the Ethereum Virtual Machine" authors = ["BobTheBuidler "]