From 8a71acacb98e7332b3151f7e33325915f03b8463 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Fri, 22 Dec 2023 11:20:44 -0800 Subject: [PATCH] Update setup.cfg to 4.2.0 (#458) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f105ceec..a3f9a021 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flux-local -version = 4.1.1 +version = 4.2.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