From 4b3a8a523187a58195db3bad95f4ab0514aeffa7 Mon Sep 17 00:00:00 2001 From: Dustin Tran Date: Sat, 7 May 2016 10:18:29 -0400 Subject: [PATCH] version 1.0.1 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcc0980b9..1ad22a35b 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,11 @@ We thank Rajesh Ranganath, Allison Chaney, Jaan Altosaar, and other members of t We appreciate citations for Edward because it lets us find out how people have been using the library and it motivates further work. -Dustin Tran, David M. Blei, Alp Kucukelbir, Adji Dieng, Maja Rudolph, and Dawen Liang. 2016. Edward: A library for probabilistic modeling, inference, and criticism, Version 1.0. https://github.com/blei-lab/edward +Dustin Tran, David M. Blei, Alp Kucukelbir, Adji Dieng, Maja Rudolph, and Dawen Liang. 2016. Edward: A library for probabilistic modeling, inference, and criticism, Version 1.0.1. https://github.com/blei-lab/edward ``` @misc{tran2016edward, author = {Dustin Tran and David M. Blei and Alp Kucukelbir and Adji Dieng and Maja Rudolph and Dawen Liang}, - title = {{Edward: A library for probabilistic modeling, inference, and criticism, Version 1.0}}, + title = {{Edward: A library for probabilistic modeling, inference, and criticism, Version 1.0.1}}, year = {2016}, url = {https://github.com/blei-lab/edward} } diff --git a/setup.py b/setup.py index 1a29ce274..7ed93741e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='edward', - version='1.0.0', + version='1.0.1', description='A library for probabilistic modeling, inference, and criticism', author='Dustin Tran', author_email="dustin@cs.columbia.edu",