Skip to content

Commit

Permalink
Merge pull request #217 from csuter/r0.5
Browse files Browse the repository at this point in the history
Bump version to 0.5.0 (final); bump TF dependency to 1.12.0
  • Loading branch information
csuter authored Nov 6, 2018
2 parents d4472d6 + 53405db commit d1c0f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow_probability/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _ensure_tf_install(): # pylint: disable=g-statement-before-imports
#
# Update this whenever we need to depend on a newer TensorFlow release.
#
required_tensorflow_version = "1.12.0-rc2"
required_tensorflow_version = "1.12.0"

if (distutils.version.LooseVersion(tf.__version__) <
distutils.version.LooseVersion(required_tensorflow_version)):
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_probability/python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
# release branch, the current version is by default assumed to be a
# 'development' version, labeled 'dev'.
_VERSION_SUFFIX = 'rc1'
_VERSION_SUFFIX = ''

# Example, '0.4.0-dev'
__version__ = '.'.join([
Expand Down

0 comments on commit d1c0f64

Please sign in to comment.