1 parent c66d7c3 commit a383782Copy full SHA for a383782
3 files changed
data/samples/fr_writing_a1.json
@@ -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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "nokaman"
-version = "0.3.25"
+version = "0.3.26"
8
description = "NokaMan: multi-language learning ability assessment for language apps (EN/KO/JA and more)"
9
readme = "README.md"
10
requires-python = ">=3.11"
src/nokaman/__init__.py
@@ -1,3 +1,3 @@
"""NokaMan: multi-language learning ability assessment."""
-__version__ = "0.3.25"
+__version__ = "0.3.26"
0 commit comments