Skip to content

Commit a135ac4

Browse files
committed
version bump
1 parent 82a7e04 commit a135ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
22
name = "open_codex"
3-
version = "0.1.15"
3+
version = "0.1.18"
44
description = "AI CLI with OSS LLM integration"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"huggingface-hub>=0.30.2",
99
"llama-cpp-python>=0.3.8",
1010
"prompt_toolkit",
11+
"pyinstaller>=6.13.0",
1112
"pyperclip>=1.9.0",
1213
]
1314

0 commit comments

Comments
 (0)