Skip to content

Commit

Permalink
Merge pull request #470 from brianwa84/r0.7
Browse files Browse the repository at this point in the history
Update r0.7.0 to stable
  • Loading branch information
brianwa84 authored Jun 19, 2019
2 parents a793b96 + f38d975 commit 62e7d5a
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 = 'rc0'
_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 62e7d5a

Please sign in to comment.