From 18d9897317ee3aaddad4205da99c1a75e27c04fa Mon Sep 17 00:00:00 2001 From: Jon Saad-Falcon <41205309+jonsaadfalcon@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:03:05 -0700 Subject: [PATCH] fix(version): restore version to 1.0.2 (undo erroneous revert to 0.1.1) (#525) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package version was reverted from 1.0.2 to 0.1.1, which: - makes `jarvis --version` / installed metadata report 0.1.1 (the root of #478 "version unchanged after update" and the version half of #520), and - drives autotag.yml to compute `0.1.2.dev` — BELOW the real 1.0.x line — so every push to main now auto-tags and publishes sub-1.0.2 dev releases to PyPI (latest stable is 1.0.2; dev line was 1.0.3.dev*). Restore version to 1.0.2 (the last released stable). autotag resumes `1.0.3.dev`, back on the 1.0.x line, and reported versions are correct again. Pipeline-compatible (pypi-publish.yml still seds the tag version). Full hatch-vcs dynamic versioning is a separate follow-up. Fixes #478. Refs #520. Co-authored-by: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b5a9120..4269402f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "OpenJarvis" -version = "0.1.1" +version = "1.0.2" description = "OpenJarvis — modular AI assistant backend with composable intelligence primitives" readme = "README.md" # Upper bound: numpy 2.2.x (pinned transitively via datasets/pandas) ships no