From 4968a627bca4b2c07349d08ac52234a8c44cb3c7 Mon Sep 17 00:00:00 2001 From: codingedward Date: Mon, 1 Mar 2021 05:33:53 +0300 Subject: [PATCH] v1.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a17f526..e547373 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name='flask-sieve', description='A Laravel inspired requests validator for Flask', long_description='Find the documentation at https://flask-sieve.readthedocs.io/en/latest/', - version='1.3.0', + version='1.3.1', url='https://github.com/codingedward/flask-sieve', license='BSD-2', author='Edward Njoroge',