From 217679421f6cba6db073c3f15bea820b65988aa2 Mon Sep 17 00:00:00 2001 From: RunLit <41996199+RunLit@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:22:25 +1100 Subject: [PATCH] version 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1444626..9c9934d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bambu-run" -version = "0.1.0" +version = "0.1.1" description = "Django reusable app for Bambu Lab 3D printer monitoring and filament inventory management" readme = "README.md" license = {text = "MIT"}