From 5d11192cc7fd7e9f5e2dc53b541dd80f006dad32 Mon Sep 17 00:00:00 2001 From: YONGBEOM GWON Date: Tue, 25 Aug 2026 12:57:55 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20=EB=B2=84=EC=A0=84=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 지난 릴리스(v0.1.0-contest, 2026-07-18) 이후 기본 동작이 바뀌었다: 기본 LLM 프로바이더가 원격 Anthropic 에서 로컬 Ollama(qwen2.5:7b)로 전환됐고(#3), 스텁 폴백이 화면·stderr 로 드러나며(#2), 재교정 한도를 소진한 최종 판정이 배지에 반영된다(#16). 패키지 버전을 올려 다음 릴리스 태그와 어긋나지 않게 한다. --- pyproject.toml | 2 +- ttobak/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ebb602..641f351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ttobak" -version = "0.1.0" +version = "0.2.0" description = "Open-source Korean Easy-Read engine: measures easiness (K-ER) and preserves facts via a fidelity gate." readme = "README.md" requires-python = ">=3.11" diff --git a/ttobak/__init__.py b/ttobak/__init__.py index a0d3aac..f5d46a3 100644 --- a/ttobak/__init__.py +++ b/ttobak/__init__.py @@ -5,4 +5,4 @@ fidelity gate. Apache-2.0. """ -__version__ = "0.1.0" +__version__ = "0.2.0"