pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84bfe0d..7f90483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydocstyle" -version = "0.0.0-dev" +version = "@VERSION@" description = "Python docstring style checker" authors = ["Amir Rachum ", "Sambhav Kothari