From 25f4291fbc9de80bcc7bc02da8d4ead6801b6ea4 Mon Sep 17 00:00:00 2001 From: Younes Strittmatter Date: Tue, 20 Jun 2023 13:32:06 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1db907d..f733449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "mixture_experimentalist" description = "The goal of this project is to examine the performance of a mixture experimentalist–a hybrid of different experimental sampling strategies–in terms of its ability to recover a ground-truth model from synthetic data." authors = [{ name = "Marina Dubova", email = "marina.dubova.97@gmail.com" }] -version = "1.0.0a1" +dynamic = ["version"] readme = "README.md" license = { text = "MIT license" }