From 08eba6566ee069e071065da5a1e170ab6b33eaed Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Tue, 16 Apr 2019 07:14:57 -0700 Subject: [PATCH] Set version number to 0.3.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eff8bd3c..e3e27330 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.6" +version = "0.3.7" [deps] AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"