Skip to content

Commit d4472d6

Browse files
authored
Merge pull request #205 from csuter/r0.5
Bump version to 0.5.0-rc1
2 parents 6b8dae4 + 132058c commit d4472d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
2525
# release branch, the current version is by default assumed to be a
2626
# 'development' version, labeled 'dev'.
27-
_VERSION_SUFFIX = 'rc0'
27+
_VERSION_SUFFIX = 'rc1'
2828

2929
# Example, '0.4.0-dev'
3030
__version__ = '.'.join([

0 commit comments

Comments
 (0)