Skip to content

Commit

Permalink
version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed Mar 8, 2017
1 parent c6677f9 commit 3c6e48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tex/iclr2017.tex
Original file line number Diff line number Diff line change
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.3
pip install tensorflow==1.0.0 # alternatively, tensorflow-gpu==1.0.0
\end{lstlisting}

Expand Down
2 changes: 1 addition & 1 deletion edward/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.2'
__version__ = '1.2.3'

0 comments on commit 3c6e48b

Please sign in to comment.