Skip to content

Commit fdbf6ec

Browse files
committed
Bump version to 0.2.1, track out/ directory, rename old output to out.old
1 parent 4c15800 commit fdbf6ec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ htmlcov/
2727
!/data/rand/rand_dataset.json
2828
/models/
2929
/log/
30-
/out/
30+
/out.old/
3131
/out_no_chat_template/
3232
/out_phyloLM/
3333

out/.gitkeep

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llm-dna"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Extract LLM DNA vectors — low-dimensional representations that capture functional behavior and model evolution."
55
authors = [{ name = "LLM-DNA Project" }]
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)