From 2fbcb3df463957052d596edf68f2bd3949de7a7d Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 14 Apr 2021 11:49:23 +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 3fed2948..900a4645 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 = "4.7.5" +version = "4.8.0" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"