From 78a06e8a735f0798773553a5bd8d26ee17ea9dae Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sun, 23 Nov 2025 20:54:36 +1100 Subject: [PATCH] 0.4.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 871ed07..e22d6aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.4.4" +version = "0.4.4.1" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"