From 06ae5fb1dbeae4c6d476cac4f62c50c8d53ae60e Mon Sep 17 00:00:00 2001 From: codingedward Date: Fri, 22 Jan 2021 02:57:33 +0300 Subject: [PATCH] Version 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c4dc52..a17f526 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.2.2', + version='1.3.0', url='https://github.com/codingedward/flask-sieve', license='BSD-2', author='Edward Njoroge',