diff --git a/py310/pyproject.toml b/py310/pyproject.toml index 2d4b541..d5ffe52 100644 --- a/py310/pyproject.toml +++ b/py310/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid_openapi3" -version = "0.19" +version = "0.19.1" description = "Pyramid addon for OpenAPI3 validation of requests and responses." readme = "README.md" authors = [ diff --git a/pyproject.toml b/pyproject.toml index db49955..c4ac73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid_openapi3" -version = "0.19" +version = "0.19.1" description = "Pyramid addon for OpenAPI3 validation of requests and responses." readme = "README.md" authors = [