From 1746fd63baebdbda07dcdd8c0771da7635f6c256 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Fri, 26 May 2023 16:09:25 +0100 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9346725e..7835d05a 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" keywords = ["markov chain monte carlo", "probablistic programming"] license = "MIT" desc = "Chain types and utility functions for MCMC simulations." -version = "6.0.1" +version = "6.0.2" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"