Skip to content

Commit f7e4d1e

Browse files
committed
chore(release): 0.1.8
Bump package version to 0.1.8. Made-with: Cursor
1 parent 49c2419 commit f7e4d1e

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.7"
15+
__version__ = "0.1.8"
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.7"
7+
version = "0.1.8"
88
description = "Build perfect LLM context from your Python codebase — automatically."
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)