Skip to content

Commit

Permalink
Update release number in README
Browse files Browse the repository at this point in the history
  • Loading branch information
twgr committed Aug 8, 2017
1 parent acb5348 commit 686c179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

See our [NIPS Spotlight video](https://www.youtube.com/watch?v=gVzV-NxKa9U) for TLDR.

Latest release: bopp "0.1.4"
Latest release: bopp "0.1.5"

BOPP is a package for automated marginal maximum a posteriori inference (MMAP) based around the
probabilistic programming system [Anglican](http://www.robots.ox.ac.uk/~fwood/anglican). The
Expand Down Expand Up @@ -39,7 +39,7 @@ To use BOPP in your own [Leiningen](http://leiningen.org/) projects, just includ
(defproject foo
...
:dependencies [...
[bopp "0.1.4"]
[bopp "0.1.5"]
...])
```

Expand Down

0 comments on commit 686c179

Please sign in to comment.