Skip to content

Commit

Permalink
Merge pull request #1000 from emilyfertig/r0.10
Browse files Browse the repository at this point in the history
R0.10.1: Patch release for cloudpickle fix.
  • Loading branch information
emilyfertig authored Jul 6, 2020
2 parents f051e03 + c087524 commit 621678f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'six >= 1.10.0',
'numpy >= 1.13.3',
'decorator',
'cloudpickle >= 1.2.2',
'cloudpickle == 1.3', # TODO(b/155109696): Unpin cloudpickle version.
'gast >= 0.3.2' # For autobatching
]

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 @@ -17,7 +17,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '10'
_PATCH_VERSION = '0'
_PATCH_VERSION = '1'

# When building releases, we can update this value on the release branch to
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official
Expand Down

0 comments on commit 621678f

Please sign in to comment.