From 796b588bb4b6ef8e7b97a1fee2c4b926b1485973 Mon Sep 17 00:00:00 2001 From: Hugo Zhu Date: Tue, 19 Sep 2023 20:56:08 +0800 Subject: [PATCH] updated version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 673d52b..612ec82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "streamlit-auth" -version = "0.1.0" +version = "0.1.1" description = "A Python package for creating oauth protected Streamlit apps" authors = [ {name = "Hugo Zhu", email = "hugozhu@gmail.com"}