From 031d413a3b717edead088ab1c235e2206730328e Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Tue, 3 Oct 2023 13:30:38 +0200 Subject: [PATCH] devel version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f359b41..de29260 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "Multidimensional Analysis Lecture" readme = "README.md" -version = "0.1.0" +version = "0.1.0.9000" requires-python = ">=3.8" keywords = ["multidimensional", "analysis", "teaching"] license = {text = "Apache License 2.0 | file LICENSE"}