From 175e52670be68e98fbd7f4ba4ea20672d775862e Mon Sep 17 00:00:00 2001 From: Dustin Tran Date: Mon, 20 Mar 2017 01:14:19 -0400 Subject: [PATCH] version 1.2.4 --- docs/tex/iclr2017.tex | 2 +- edward/version.py | 2 +- notebooks/iclr2017.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tex/iclr2017.tex b/docs/tex/iclr2017.tex index c082fc05b..0fac2bb06 100644 --- a/docs/tex/iclr2017.tex +++ b/docs/tex/iclr2017.tex @@ -12,7 +12,7 @@ \subsection{Deep Probabilistic Programming} The code snippets assume the following versions. \begin{lstlisting}[language=bash] -pip install -e "git+https://github.com/blei-lab/edward.git#egg=edward" +pip install edward==1.2.4 pip install tensorflow==1.0.0 # alternatively, tensorflow-gpu==1.0.0 pip install keras==1.0.0 \end{lstlisting} diff --git a/edward/version.py b/edward/version.py index 5a5df3bef..daab838ba 100644 --- a/edward/version.py +++ b/edward/version.py @@ -1 +1 @@ -__version__ = '1.2.3' +__version__ = '1.2.4' diff --git a/notebooks/iclr2017.ipynb b/notebooks/iclr2017.ipynb index b8d8290e0..46f2964d0 100644 --- a/notebooks/iclr2017.ipynb +++ b/notebooks/iclr2017.ipynb @@ -8,7 +8,7 @@ "\n", "The code snippets assume the following versions.\n", "```bash\n", - "pip install -e \"git+https://github.com/blei-lab/edward.git#egg=edward\"\n", + "pip install edward==1.2.4\n", "pip install tensorflow==1.0.0 # alternatively, tensorflow-gpu==1.0.0\n", "pip install keras==1.0.0\n", "```"