From 92b2c4ed8f3c838b84c03aa7c1f7af379e7870b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czy=C5=BC?= Date: Mon, 5 Aug 2024 08:50:12 +0200 Subject: [PATCH] Update version (#168) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed4b0d25..9467d34f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "benchmark-mi" -version = "0.1.2" +version = "0.1.3" description = "Estimators of mutual information and distributions used to benchmark them." authors = ["Paweł Czyż ", "Frederic Grabowski "] license = "MIT"