Skip to content

Commit

Permalink
bump version to 0.2.0 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpchen authored and fritzo committed Apr 25, 2018
1 parent cacb86e commit dafa1dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion pyro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
random_module, sample, validation_enabled)
from pyro.util import set_rng_seed

version_prefix = '0.2.0-a0'
version_prefix = '0.2.0'

# Get the __version__ string from the auto-generated _version.py file, if exists.
try:
Expand Down
8 changes: 0 additions & 8 deletions pyro/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
from pyro.poutine.runtime import _DIM_ALLOCATOR, _MODULE_NAMESPACE_DIVIDER, _PYRO_PARAM_STORE, am_i_wrapped, apply_stack
from pyro.util import deep_getattr, set_rng_seed # noqa: F401

version_prefix = '0.2.0-a0'

# Get the __version__ string from the auto-generated _version.py file, if exists.
try:
from pyro._version import __version__
except ImportError:
__version__ = version_prefix


# Default logger to prevent 'No handler found' warning.
logging.getLogger(__name__).addHandler(logging.NullHandler())
Expand Down

0 comments on commit dafa1dd

Please sign in to comment.