From c75eb22e906da176a1727ec391bcec1898e30e9a Mon Sep 17 00:00:00 2001 From: Michael Haslam Date: Mon, 13 Mar 2023 19:42:08 +0000 Subject: [PATCH] Bump version number. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a092b0f..d7484ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "streamlit_uploads_library" -version = "0.0.1" +version = "0.1.0" authors = [ { name="Michael Haslam", email="hreikin@gmail.com" }, ] @@ -25,4 +25,3 @@ classifiers = [ [project.urls] "Homepage" = "https://github.com/hreikin/streamlit-uploads-library" "Bug Tracker" = "https://github.com/hreikin/streamlit-uploads-library/issues" -