From abd94bd4f182c3b71ac0fa5186f59a16c824969f Mon Sep 17 00:00:00 2001 From: David Widmann Date: Fri, 3 Apr 2020 21:40:45 +0200 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3719071a..cd19e6df 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 = "3.0.9" +version = "3.0.10" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"