From dc498019492d96440ff8e9ec28514491cf2319d7 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 20 Apr 2024 17:55:00 -0700 Subject: [PATCH] Update setup.cfg to 5.0.0 (#633) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 328053c4..0312a91b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flux-local -version = 4.3.1 +version = 5.0.0 description = flux-local is a python library and set of tools for managing a flux gitops repository, with validation steps to help improve quality of commits, PRs, and general local testing. long_description = file: README.md long_description_content_type = text/markdown