From 647a20ea8bfc25dcdaa864945b54b9679c552279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Tue, 13 Jun 2023 14:06:45 -0300 Subject: [PATCH] Bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9f84a12..dc24319 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.1.0" +version = "1.1.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -37,7 +37,7 @@ JuMP = "1" Optim = "1" Parameters = "0.12" Requires = "1" -StatsBase = "0.32, 0.33" +StatsBase = "0.33, 0.34" julia = "1.6" [extras]