From e8c719111333a45427daddc65c05bba6d4b3aed9 Mon Sep 17 00:00:00 2001 From: Liam Collod Date: Thu, 3 Aug 2023 23:06:21 +0200 Subject: [PATCH] upgraded version to 1.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9252a5..4f73a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamlit-colour-plotting" -version = "1.0.1" +version = "1.0.2" description = "Web-app to plot colors, images, colorspaces in graphs." authors = ["Liam Collod "] readme = "README.md"