diff --git a/pyproject.toml b/pyproject.toml index 3d49213..d141fa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shared-memory-dict" -version = "0.7.1" +version = "0.7.2" description = "A very simple shared memory dict implementation" authors = ["Arquitetura LuizaLabs "] license = "MIT"