From f20ac566249e5013fcbe0ea917307c43a1d84fd1 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 29 Nov 2025 16:45:27 +1100 Subject: [PATCH] 0.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce8e44a..0053ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.5.2" +version = "0.5.3" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"