From fc36b73a6a58e131347806759644f6d8d76594d3 Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Fri, 6 Sep 2024 08:00:17 +0200 Subject: [PATCH] Set version to 0.2.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddf70ca..3d59730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytabulator" -version = "0.2.4.1" +version = "0.2.5" description = "Shiny bindings for Tabulator JS" authors = ["Stefan Kuethe "] readme = "README.md"