From 1fc5b1d5fec6a87962422f59f879f6c99f5ce709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=BDboch?= Date: Mon, 5 Aug 2024 21:05:21 +0200 Subject: [PATCH] chore: bumping patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 919c7ed..84e5560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'beaupy' -version = '3.9.0' +version = '3.9.1' description = 'A library of elements for interactive TUIs in Python' authors = ['Peter Vyboch '] license = 'MIT'