Skip to content

Commit 78a5827

Browse files
yinghsienwuTensorflow Cloud maintainers
authored andcommitted
Update version.py and RELEASE.md
PiperOrigin-RevId: 340744514
1 parent 713f1d6 commit 78a5827

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

RELEASE.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22

33
* Add notes for next release here.
44

5-
# Release 0.1.9
6-
7-
* Added Kaggle integration
8-
9-
# Release 0.1.8
10-
11-
* `cloud_fit` now moved to a sub-module under `Tuner`
12-
* HParams plugin integration with DistributingCloudTuner
13-
* Added integration tests
14-
* Small bug fixes.
15-
165
# Release 0.1.7
176

187
* `cloud_fit` uses pickle instead of cloudpickle.

src/python/tensorflow_cloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""Contains the version string of TensorFlow Cloud."""
1515

16-
__version__ = "0.1.9dev"
16+
__version__ = "0.1.8.dev"

0 commit comments

Comments
 (0)