From fde80bc271c9d9a28efa852e9fd4508a51893967 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 7 Nov 2025 13:55:03 +1100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfa0c64..a8cf950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.1.10.2" +version = "0.1.11" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"