From a5d9e8e7b8326739897257161c02690550ad9919 Mon Sep 17 00:00:00 2001 From: Andrew Grigorev Date: Thu, 5 Sep 2024 21:58:41 +0300 Subject: [PATCH] Oops :-[ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b88d938..f164c24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "flask-shell-ipython" -version = "0.5.2" +version = "0.5.2.post1" description = "Replace default `flask shell` command by similar command running IPython." readme = "README.md" readme-content-type = "text/markdown"