From b2b357a429acd4241de7f4fd53d3f36cc1542f7c Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 25 Aug 2026 17:17:14 +1000 Subject: [PATCH] 0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e07d5f0..ab26258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.9.0" +version = "0.10.0" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"