From 6d6ded34f51c074ea439d9f99df1741cc9bcfad3 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 19 Jul 2026 04:47:52 +0200 Subject: [PATCH] chore: bump version to 0.2.0.dev0 after 0.1.0 release Post-release development-version bump (Step 14). Opens the 0.2.0 development cycle. uv.lock is included alongside pyproject.toml because the lock pins the package's own version and must match, or uv lock --check fails CI. --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfc8e619..43659a8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ # Package name matches the project's canonical name. Not published to # PyPI — this name only frames the framework root as a uv-managed project. name = "apache-magpie" -version = "0.1.0" +version = "0.2.0.dev0" description = "Reusable, governance-agnostic framework of agentic skills for maintaining open-source projects." requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 2ffb2d8e..59739595 100644 --- a/uv.lock +++ b/uv.lock @@ -114,7 +114,7 @@ wheels = [ [[package]] name = "apache-magpie" -version = "0.1.0" +version = "0.2.0.dev0" source = { virtual = "." } [package.dev-dependencies]