From 195291a9ac35bd3ad7d31ffbcddaf3b618f198a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:57:58 +0000 Subject: [PATCH] Release v0.4.0 [skip ci] --- pyproject.toml | 2 +- src/judgment_cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 298fbb7..e2efcb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "judgment-cli" -version = "0.3.0" +version = "0.4.0" description = "CLI for the Judgment API" readme = "README.md" requires-python = ">=3.9" diff --git a/src/judgment_cli/__init__.py b/src/judgment_cli/__init__.py index 5c5e87f..550663e 100644 --- a/src/judgment_cli/__init__.py +++ b/src/judgment_cli/__init__.py @@ -1,3 +1,3 @@ """Judgment CLI - Command-line interface for the Judgment API.""" -__version__ = "0.3.0" +__version__ = "0.4.0"