From c59f63bd7d50ed5f0697699de311cedda1d81891 Mon Sep 17 00:00:00 2001 From: peekxc Date: Sat, 23 Mar 2024 09:53:03 -0400 Subject: [PATCH] Release 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79957ca..ca936fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ['meson-python', "wheel", "ninja", "pybind11", "numpy"] [project] name = "simplextree" -version = '0.1.1' +version = '0.1.2' readme = "README.md" classifiers = [ "Intended Audience :: Science/Research",