docent-python 0.1.73__tar.gz → 0.1.74__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: docent-python
3
- Version: 0.1.73
3
+ Version: 0.1.74
4
4
  Summary: Renamed to 'docent'. This package is a redirect that depends on 'docent'.
5
5
  Project-URL: Homepage, https://github.com/TransluceAI/docent
6
6
  Project-URL: Issues, https://github.com/TransluceAI/docent/issues
@@ -9,7 +9,7 @@ Author-email: Transluce <info@transluce.org>
9
9
  License-Expression: Apache-2.0
10
10
  License-File: LICENSE.md
11
11
  Requires-Python: >=3.11
12
- Requires-Dist: docent==0.1.73
12
+ Requires-Dist: docent==0.1.74
13
13
  Description-Content-Type: text/markdown
14
14
 
15
15
  # docent-python
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "docent-python"
3
3
  description = "Renamed to 'docent'. This package is a redirect that depends on 'docent'."
4
- version = "0.1.73"
4
+ version = "0.1.74"
5
5
  readme = "README.md"
6
6
  authors = [
7
7
  { name="Transluce", email="info@transluce.org" },
@@ -11,7 +11,7 @@ license-files = ["LICENSE.md"]
11
11
 
12
12
  requires-python = ">=3.11"
13
13
  dependencies = [
14
- "docent==0.1.73",
14
+ "docent==0.1.74",
15
15
  ]
16
16
 
17
17
  [build-system]
File without changes