From 174c5b6b1c2a60bc3e1d260bea7597e94b502b1a Mon Sep 17 00:00:00 2001 From: Tom Holland <137503955+tomjholland@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:09:03 +0100 Subject: [PATCH] Update version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66c9fe9f..91cae978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = [ [project] name = "PyProBE" -version = "0.1.1" +version = "0.1.2" requires-python = ">=3.11" dependencies = ["matplotlib", "numpy", "polars", "pandas", "fastexcel", "xlsx2csv", "plotly", "scikit-learn", "distinctipy", "streamlit", "PyYAML", "nbformat"]