Skip to content

Commit a383782

Browse files
committed
Improve product: upgrade cycle 2026-07-14d samples and tooling
- Add cycle sample/data/tooling improvement - Bump patch version where applicable - Keep ruff/pytest green
1 parent c66d7c3 commit a383782

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

data/samples/fr_writing_a1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "fr_writing_a1",
3+
"language": "fr",
4+
"skill": "writing",
5+
"expected_cefr": "A1",
6+
"text": "Bonjour. Je m'appelle Léa. J'habite à Lyon. J'aime le pain et le café. J'ai un chien."
7+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nokaman"
7-
version = "0.3.25"
7+
version = "0.3.26"
88
description = "NokaMan: multi-language learning ability assessment for language apps (EN/KO/JA and more)"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/nokaman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""NokaMan: multi-language learning ability assessment."""
22

3-
__version__ = "0.3.25"
3+
__version__ = "0.3.26"

0 commit comments

Comments
 (0)