diff --git a/pyproject.toml b/pyproject.toml index 057b681..4741f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typelib" -version = "0.1.5" +version = "0.1.6" description = "A toolkit for marshalling, unmarshalling, and runtime validation leveraging type annotations." authors = ["Sean Stewart "] readme = "README.md"