From 6fd21a9774f9a924fe7baf39972dadf2153e9fd3 Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer <cpfiffer@gmail.com> Date: Tue, 3 Sep 2019 10:33:29 -0700 Subject: [PATCH] Increment MCMCChains version. (#132) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e4319010..2c81872f 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 = "0.3.13" +version = "0.3.14" [compat] julia = "1"