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"