We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b883c7 commit dde1fbbCopy full SHA for dde1fbb
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
license-file = LICENSE
3
4
-[wheel]
+[bdist_wheel]
5
universal = 1
6
7
[aliases]
setup.py
@@ -27,7 +27,7 @@
27
28
setuptools.setup(
29
name="neural-structured-learning",
30
- version="0.0.0",
+ version="1.0.0",
31
author="Google LLC",
32
description="TensorFlow Neural Structured Learning",
33
long_description=long_description,
0 commit comments