keras-nlp 0.20.0.dev0__tar.gz → 0.20.0.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: keras-nlp
3
- Version: 0.20.0.dev0
3
+ Version: 0.20.0.dev1
4
4
  Summary: Industry-strength Natural Language Processing extensions for Keras.
5
5
  Home-page: https://github.com/keras-team/keras-nlp
6
6
  Author: Keras team
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering
20
20
  Classifier: Topic :: Software Development
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: keras-hub==0.20.0.dev0
23
+ Requires-Dist: keras-hub==0.20.0.dev1
24
24
  Dynamic: author
25
25
  Dynamic: author-email
26
26
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: keras-nlp
3
- Version: 0.20.0.dev0
3
+ Version: 0.20.0.dev1
4
4
  Summary: Industry-strength Natural Language Processing extensions for Keras.
5
5
  Home-page: https://github.com/keras-team/keras-nlp
6
6
  Author: Keras team
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering
20
20
  Classifier: Topic :: Software Development
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: keras-hub==0.20.0.dev0
23
+ Requires-Dist: keras-hub==0.20.0.dev1
24
24
  Dynamic: author
25
25
  Dynamic: author-email
26
26
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ keras-hub==0.20.0.dev1
@@ -24,7 +24,7 @@ def get_version(rel_path):
24
24
  HERE = pathlib.Path(__file__).parent
25
25
  README = (HERE / "README.md").read_text()
26
26
  PARENT = HERE.parent
27
- VERSION = "0.20.0.dev0" # get_version(PARENT / "keras_hub" / "src" / "version_utils.py")
27
+ VERSION = "0.20.0.dev1" # get_version(PARENT / "keras_hub" / "src" / "version_utils.py")
28
28
 
29
29
  setup(
30
30
  name="keras-nlp", # "keras-nlp",
@@ -1 +0,0 @@
1
- keras-hub==0.20.0.dev0