From 1dc5a4b8e206df9653d9789e2888be5a9002a559 Mon Sep 17 00:00:00 2001 From: Alex DeJarnatt Date: Thu, 26 Mar 2026 17:28:16 -0400 Subject: [PATCH] Bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99f733b..5db6660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytest-cppcheck" -version = "0.1.0" +version = "0.1.1" description = "A pytest plugin that runs cppcheck static analysis on C/C++ source files" readme = "README.md" license = {file = "LICENSE"}