From aaffd10ea1db77df2e85adde967026331d4c793a Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Mon, 10 Jan 2022 23:24:13 +0100 Subject: [PATCH] Bump version to 0.17.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89c5ef6d..5ad10395 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def build_extension(self, ext): setup( name="apischema", - version="0.17.1", + version="0.17.2", url="https://github.com/wyfo/apischema", author="Joseph Perez", author_email="joperez@hotmail.fr",