From 25b295630ce6e4898019c30470d0849780704566 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 22 Nov 2022 21:10:55 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24375d63..1c9b6ecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "streamlit-extras" -version = "0.2.2" +version = "0.2.3" license = "Apache 2.0" description = "A library to discover, try, install and share Streamlit extras" authors = ["Arnaud Miribel ", "Zachary Blackwood "]