diff --git a/pyproject.toml b/pyproject.toml index f8597a4..ab45157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyenvclasses" -version = "0.1.1" +version = "0.1.2" description = "Wrapper for python dataclasses to read from the environment" authors = ["Ian Baldwin "] license = "MIT"