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 "]