From f2aeb64ec09609bc8800c203cafe4256f7894446 Mon Sep 17 00:00:00 2001 From: mshafer-NI Date: Tue, 11 Jun 2024 15:25:23 -0500 Subject: [PATCH] bump the patch version number (#184) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2b0ad4..d88e988 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.4.5a0" +version = "0.4.6a0" 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