Skip to content

Commit ee3246b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into import-fixes
2 parents cd27c19 + adb855f commit ee3246b

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

g3doc/_index.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,12 @@ landing_page:
6666
6767
- classname: devsite-landing-row-cards
6868
items:
69-
- heading: "Sample YouTube video"
70-
youtube_id: P4_rJfHpr7k
71-
buttons:
72-
- label: Watch the video
73-
path: https://www.youtube.com/watch?v=P4_rJfHpr7k
74-
- heading: "Sample blog post"
69+
- heading: "Introducing Neural Structured Learning in TensorFlow"
7570
image_path: /resources/images/tf-logo-card-16x9.png
76-
path: https://medium.com/tensorflow
71+
path: https://medium.com/tensorflow/introducing-neural-structured-learning-in-tensorflow-5a802efd7afd
7772
buttons:
7873
- label: Read on TensorFlow blog
79-
path: https://medium.com/tensorflow/
74+
path: https://medium.com/tensorflow/introducing-neural-structured-learning-in-tensorflow-5a802efd7afd
8075
- heading: TF-NSL on GitHub
8176
image_path: /resources/images/github-card-16x9.png
8277
path: https://github.com/tensorflow/neural-structured-learning

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
license-file = LICENSE
33

4-
[wheel]
4+
[bdist_wheel]
55
universal = 1
66

77
[aliases]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setuptools.setup(
2929
name="neural-structured-learning",
30-
version="0.0.0",
30+
version="1.0.0",
3131
author="Google LLC",
3232
description="TensorFlow Neural Structured Learning",
3333
long_description=long_description,

0 commit comments

Comments
 (0)