From 1cc650ec54f9f2997d4baa6d7d20528539855216 Mon Sep 17 00:00:00 2001 From: David Carmichael Date: Thu, 8 Aug 2024 19:36:12 +0100 Subject: [PATCH] chore: version increase --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cafdb20..189055df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flask-imp" -version = "5.1.1" +version = "5.1.2" description = 'A Flask auto importer that allows your Flask apps to grow big.' authors = [{ name = "David Carmichael", email = "david@uilix.com" }] readme = "README.md"