From f593f33bf47ae9bb72bb6bb46003374e2e4c6ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Tue, 28 Jun 2022 18:02:28 +0200 Subject: [PATCH] Bump version to 1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4712139..c032d9b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="obs-to-maven", - version="1.1.0", + version="1.1.2", author="Cedric Bosdonnat", author_email="cedric.bosdonnat@suse.com", description="Tool extracting jars from RPMs in OpenBuildService to a maven repo",