Skip to content

Commit

Permalink
version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed Mar 20, 2017
1 parent 7bdf24f commit 175e526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tex/iclr2017.tex
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion edward/version.py
@@ -1 +1 @@
__version__ = '1.2.3'
__version__ = '1.2.4'
2 changes: 1 addition & 1 deletion notebooks/iclr2017.ipynb
Expand Up @@ -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",
"```"
Expand Down

0 comments on commit 175e526

Please sign in to comment.