From 7f48be4db1e30f3c87ce8409249be9cb770cfb7a Mon Sep 17 00:00:00 2001 From: Eliassj <116676054+Eliassj@users.noreply.github.com> Date: Wed, 23 Sep 2026 12:27:19 +0200 Subject: [PATCH] Bump version to 0.3.0 and update dependencies --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index dc67627..5c1939e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AdaptiveRejectionSampling" uuid = "c75e803d-635f-53bd-ab7d-544e482d8c75" -version = "0.2.1" +version = "0.3.0" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -17,9 +17,9 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" Compat = "4.18.1" DifferentiationInterface = "0.7" ForwardDiff = "1" -Makie = "0.24.9" +Makie = "0.24" SpecialFunctions = "2" -StatsBase = "0.34.10" +StatsBase = "0.34" julia = "1" [extensions]