diff --git a/pyproject.toml b/pyproject.toml index 3ba5f47..5bc2ab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [tool.poetry] name = "yangify" -version = "0.1.0" +version = "0.1.1" description = "Library to help parsing/translating YANG models from/to native text/structures" +readme = "README.md" authors = ["David Barroso "] license = "Apache-2.0"