From 4b7ddd4b0a0070015fbf40e9f8ea7b218b4cf795 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Thu, 12 Dec 2019 16:12:52 -0600 Subject: [PATCH] Bump version to 0.5.1. Accidentally uploaded an outdated build. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98594b0..d2bee4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyramid-marshmallow" -version = "0.5.0" +version = "0.5.1" description = "Validate request and response data with Marshmallow and optionally generate an OpenAPI spec." readme = "README.md" homepage = "https://github.com/luhn/pyramid-marshmallow"