From 60588f3b4cf194b470a06c3b3eeaf872c7951e6b Mon Sep 17 00:00:00 2001 From: 444B <15311579+444B@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:34:35 +0200 Subject: [PATCH] bump minor version since feature introduction --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bfa57f..c1eb287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "streamlit_analytics2" -version = "0.4.3" +version = "0.5.3" description = "Track & visualize user interactions with your streamlit app." authors = [{ name = "444B", email = "contact+pypi@444b.me" }] license = { file = "LICENSE" }