From 87aab28b2be3e964deb88684f45896c93704e70c Mon Sep 17 00:00:00 2001 From: Dustin Tran Date: Mon, 9 May 2016 22:56:25 +0200 Subject: [PATCH] version 1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5722d699..0ffeb720e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='edward', - version='1.0.1', + version='1.0.2', description='A library for probabilistic modeling, inference, and criticism', author='Dustin Tran', author_email="dustin@cs.columbia.edu",