Skip to content

Commit 89dd970

Browse files
committed
remove changes to ci and version
1 parent b6afe57 commit 89dd970

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ env:
2727
BUILDTOOLS_VERSION: '3.0.0'
2828
BUILDIFIER_SHA256SUM: 'e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
2929
BUILDOZER_SHA256SUM: '3d58a0b6972e4535718cdd6c12778170ea7382de7c75bc3728f5719437ffb84d'
30-
TENSORFLOW_VERSION: 'tf-nightly==2.13.0.dev20230501'
30+
# See https://github.com/tensorflow/tensorboard/pull/6350.
31+
TENSORFLOW_VERSION: 'tf-nightly==2.13.0.dev20230426'
3132

3233
jobs:
3334
build:

tensorboard/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Contains the version string."""
1717

18-
VERSION = "2.13.0"
18+
VERSION = "2.13.0a0"
1919

2020
if __name__ == "__main__":
2121
print(VERSION)

0 commit comments

Comments
 (0)