swarmauri_tool_dalechallreadability 0.6.1.dev6__tar.gz → 0.6.1.dev14__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.3
2
2
  Name: swarmauri_tool_dalechallreadability
3
- Version: 0.6.1.dev6
3
+ Version: 0.6.1.dev14
4
4
  Summary: Swarmauri Community Dale-Chall Readability Tool
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -11,9 +11,9 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
- Requires-Dist: swarmauri_base (>=0.6.1.dev6,<0.7.0)
15
- Requires-Dist: swarmauri_core (>=0.6.1.dev6,<0.7.0)
16
- Requires-Dist: swarmauri_standard (>=0.6.1.dev6,<0.7.0)
14
+ Requires-Dist: swarmauri_base (>=0.6.1.dev14,<0.7.0)
15
+ Requires-Dist: swarmauri_core (>=0.6.1.dev14,<0.7.0)
16
+ Requires-Dist: swarmauri_standard (>=0.6.1.dev1,<0.7.0)
17
17
  Requires-Dist: textstat (>=0.7.4,<0.8.0)
18
18
  Project-URL: Repository, http://github.com/swarmauri/swarmauri-sdk
19
19
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "swarmauri_tool_dalechallreadability"
3
- version = "0.6.1.dev6"
3
+ version = "0.6.1.dev14"
4
4
  description = "Swarmauri Community Dale-Chall Readability Tool"
5
5
  authors = ["Jacob Stewart <jacob@swarmauri.com>"]
6
6
  license = "Apache-2.0"
@@ -17,9 +17,9 @@ classifiers = [
17
17
  python = ">=3.10,<3.13"
18
18
 
19
19
  # Swarmauri
20
- swarmauri_core = {version = "^0.6.1.dev6"}
21
- swarmauri_base = {version = "^0.6.1.dev6"}
22
- swarmauri_standard = {version = "^0.6.1.dev6"}
20
+ swarmauri_core = {version = "^0.6.1.dev14"}
21
+ swarmauri_base = {version = "^0.6.1.dev14"}
22
+ swarmauri_standard = {version = "^0.6.1.dev1"}
23
23
 
24
24
  # dependencies
25
25
  textstat = "^0.7.4"