Skip to content

Commit

Permalink
Bump jaxlib version and WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Jun 11, 2019
1 parent 9211bf3 commit 075db4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ http_archive(
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "d3e3d17b1e7f060bf3ebad9f17dd0434a0003d925800ccb3a1ee1882008a3b21",
strip_prefix = "tensorflow-e857c8767a402bf5bd5a8a7adbe87ae4da5c3576",
sha256 = "2545677497941daa52719b8c29133806b5844afc5bd83766ce32d822bdd7cad2",
strip_prefix = "tensorflow-7677e131cb7d79fad8124bc11a432ab6c658adcd",
urls = [
"https://github.com/tensorflow/tensorflow/archive/e857c8767a402bf5bd5a8a7adbe87ae4da5c3576.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/7677e131cb7d79fad8124bc11a432ab6c658adcd.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion jaxlib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.18"
__version__ = "0.1.19"

0 comments on commit 075db4a

Please sign in to comment.