From 3567e0d5b9a61fc7870570a8003e02666b843e6b Mon Sep 17 00:00:00 2001 From: bkeryan <17914399+bkeryan@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:31:48 +0000 Subject: [PATCH] chore: Update project version - testpypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6a9996..7ed9d8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ni-python-styleguide2" # 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.0.dev0" 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