Skip to content

Commit 29c68e1

Browse files
Release version 1.6.1
1 parent acbea55 commit 29c68e1

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.11" ]
55

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

src/treemapper/version.py

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

0 commit comments

Comments
 (0)