Skip to content

Commit

Permalink
Update from rc to stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwa84 committed Jun 19, 2019
1 parent ff3ffdc commit f38d975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 All @@ -34,3 +34,4 @@
])
if _VERSION_SUFFIX:
__version__ = '{}-{}'.format(__version__, _VERSION_SUFFIX)
if __version__.endswith('dev'): __version__ += '20190613'

0 comments on commit f38d975

Please sign in to comment.