Skip to content

Commit 2469e11

Browse files
committed
chore(release): 0.1.9
Bump ctxeng version to 0.1.9. Made-with: Cursor
1 parent 60d77b0 commit 2469e11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ctxeng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ctxeng.semantic import compute_semantic_scores
1313
from ctxeng.watcher import ContextWatcher, WatchConfig
1414

15-
__version__ = "0.1.8"
15+
__version__ = "0.1.9"
1616
__all__ = [
1717
"ContextEngine",
1818
"ContextBuilder",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ctxeng"
7-
version = "0.1.8"
7+
version = "0.1.9"
88
description = "Build perfect LLM context from your Python codebase — automatically."
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)