From 3f7a332da59ad3174ef5ea718ea1dd2d0bc2cde4 Mon Sep 17 00:00:00 2001 From: Arnault Chazareix Date: Tue, 29 Jun 2021 12:38:46 +0200 Subject: [PATCH] [Release] v0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b82d222..6b3d02a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stqdm" -version = "0.0.3" +version = "0.0.4" description = "Easy progress bar for streamlit based on the awesome streamlit.progress and tqdm" authors = ["Wirg"] license = "Apache License 2.0"