Skip to content

Commit 62c1ac6

Browse files
committed
Release version 1.10.0
1 parent 9c5df3d commit 62c1ac6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "maturin>=1.10,<1.15" ]
55

66
[project]
77
name = "diffctx"
8-
version = "1.9.2"
8+
version = "1.10.0"
99
description = "Export codebase structure and contents for AI/LLM context"
1010
readme = "README.md"
1111
keywords = [

src/diffctx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.9.2"
1+
__version__ = "1.10.0"

0 commit comments

Comments
 (0)