diff --git a/pyproject.toml b/pyproject.toml index 3ae9c15..da3a486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typer-config" -version = "0.1.1a1" +version = "0.1.1" description = "Utilities for working with configuration files in typer CLIs. " authors = ["Matt Anderson "] readme = "README.md"