From f9be0604e0078ec545699019e8787a7353c7d248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Mon, 30 Oct 2023 16:20:23 -0300 Subject: [PATCH] Bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 40f8c90..e4fe7bc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DensityRatioEstimation" uuid = "ab46fb84-d57c-11e9-2f65-6f72e4a7229f" authors = ["Kai Xu ", "JĂșlio Hoffimann "] -version = "1.2.0" +version = "1.2.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -35,7 +35,7 @@ Ipopt = "1" JuMP = "1" Optim = "1" Parameters = "0.12" -Statistics = "1" +Statistics = "1.9" StatsBase = "0.33, 0.34" julia = "1.9"