Skip to content

Commit

Permalink
Update version of Estimator.
Browse files Browse the repository at this point in the history
Also...
- Use capture group in sed command so we only need to update
  version in setup.py
- Add hour to nightly version string so we can, if need be, release
  multiple nightlies a day.

PiperOrigin-RevId: 225910161
  • Loading branch information
Michael Case committed Jan 25, 2019
1 parent c5a7e13 commit 340703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_estimator/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# This version string is semver compatible, but incompatible with pip.
# For pip, we will remove all '-' characters from this string, and use the
# result for pip.
_VERSION = '1.11.0'
_VERSION = '1.13.0'

REQUIRED_PACKAGES = [
'absl-py >= 0.1.6',
Expand Down

0 comments on commit 340703e

Please sign in to comment.