Add version

This commit is contained in:
2026-02-20 09:55:21 -05:00
parent 442406628a
commit 5e0def99c1
5 changed files with 55 additions and 5 deletions

View File

@@ -61,4 +61,7 @@ LENGTH_DEFINITIONS = {
"3": {"label": "Novella", "words": "20,000 - 40,000", "chapters": 15, "depth": 2},
"4": {"label": "Novel", "words": "60,000 - 80,000", "chapters": 30, "depth": 3},
"5": {"label": "Epic", "words": "100,000+", "chapters": 50, "depth": 4}
}
}
# --- SYSTEM ---
VERSION = "1.1.0"