Skip to content

Commit

Permalink
Merge pull request #279 from csuter/r0.6
Browse files Browse the repository at this point in the history
Bump version suffix from `dev` to `rc0`
  • Loading branch information
csuter authored Jan 25, 2019
2 parents a4c103e + 8d30980 commit b42fd2d
Showing 1 changed file with 1 addition and 1 deletion.
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 = 'dev'
_VERSION_SUFFIX = 'rc0'

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

0 comments on commit b42fd2d

Please sign in to comment.