From 85a456d99e486955a8366ecad8e0d12461cc692d Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 11 Mar 2023 14:16:17 -0800 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ddb0e955..3c7d0bc6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flux-local -version = 1.0.1 +version = 1.1.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