codex-python 1.0.0b3__tar.gz → 1.0.1__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: codex-python
3
- Version: 1.0.0b3
3
+ Version: 1.0.1
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3 :: Only
6
6
  Classifier: Programming Language :: Python :: 3.13
@@ -40,7 +40,7 @@ from codex.options import (
40
40
  )
41
41
  from codex.thread import Input, RunResult, RunStreamedResult, Thread, UserInput
42
42
 
43
- __version__ = "1.0.0-beta.3"
43
+ __version__ = "1.0.1"
44
44
 
45
45
  __all__ = [
46
46
  "Codex",
@@ -20,7 +20,7 @@ dependencies = [
20
20
 
21
21
  [[package]]
22
22
  name = "codex_native"
23
- version = "1.0.0-beta.3"
23
+ version = "1.0.1"
24
24
  dependencies = [
25
25
  "pyo3",
26
26
  ]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "codex_native"
3
- version = "1.0.0-beta.3"
3
+ version = "1.0.1"
4
4
  edition = "2021"
5
5
 
6
6
  [lib]
File without changes
File without changes