From de9d5405bf1b3995a5325cb6b56e5df00051f554 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Fri, 3 Feb 2023 13:53:20 +1300 Subject: [PATCH] =?UTF-8?q?Bump=20version=20number=20=F0=9F=94=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eba99c..a4281ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "phx-filters" -version = "3.0.1" +version = "3.1.0" description = "Validation and data pipelines made easy!" readme = "README.rst" requires-python = ">= 3"