From 70cf5ee1d4da424e61de36b7053fe65a3e396395 Mon Sep 17 00:00:00 2001 From: DLANSAMA Date: Wed, 26 Aug 2026 07:46:35 -0700 Subject: [PATCH] chore: bump version to 0.6.0.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 374dcdf..c4bf334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "platecli" # Unreleased work carries a .devN suffix so a source build is never mistaken # for the released wheel of the same number. Drop the suffix when tagging. -version = "0.5.0" +version = "0.6.0.dev0" description = "platecli — local CLI for Bambu Lab printers (not affiliated with Bambu Lab)" readme = "README.md" requires-python = ">=3.10"