Skip to content

Commit

Permalink
Bump to version 0.1.2 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo authored and jpchen committed Nov 10, 2017
1 parent 77f1ca4 commit 6e2e192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pyro.poutine import _PYRO_STACK, condition, do # noqa: F401
from pyro.util import apply_stack, deep_getattr, get_tensor_data, ones, set_rng_seed, zeros # noqa: F401

__version__ = '0.1.1'
__version__ = '0.1.2'


def get_param_store():
Expand Down

0 comments on commit 6e2e192

Please sign in to comment.