diff --git a/setup.cfg b/setup.cfg index f2f7337..5d55f33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] license-file = LICENSE -[wheel] +[bdist_wheel] universal = 1 [aliases] diff --git a/setup.py b/setup.py index 0fb577a..baab817 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setuptools.setup( name="neural-structured-learning", - version="0.0.0", + version="1.0.0", author="Google LLC", description="TensorFlow Neural Structured Learning", long_description=long_description,