From 427f467f7e45c1f4300639cac3e01199400cae69 Mon Sep 17 00:00:00 2001 From: mshafer-NI <23644905+mshafer-NI@users.noreply.github.com> Date: Thu, 14 May 2026 15:28:50 +0000 Subject: [PATCH] chore: Update project ni-python-styleguide to v0.5.1a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4150bc6..32063d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ni-python-styleguide" # The a.0 here denotes a source based version # This is removed when released through the Publish-Package.yml GitHub action # Official PyPI releases follow Major.Minor.Patch -version = "0.5.0a0" +version = "0.5.1a0" description = "NI's internal and external Python linter rules and plugins" authors = ["NI "] readme = "README.md" # apply the repo readme to the package as well