From bb08e99a7a0a77f8cb28f45b990019bd68b32bb8 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 25 Mar 2023 13:11:42 -0700 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dceabf1d..44f21051 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flux-local -version = 1.1.2 +version = 1.1.3 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