From 96888c79336f2eb1d2fc0f1f551aed9994aaad22 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Tue, 27 Apr 2021 01:39:06 +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 34eb8040..396cc1db 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.9.0" +version = "4.9.1" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"