From 549bc2c6d70563308b1e2768d0adfc5ad0be0f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Thu, 29 Dec 2022 09:54:17 +0100 Subject: [PATCH] Bump version to 1.1.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a73015..ccfd573 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="obs-to-maven", - version="1.1.4", + version="1.1.5", author="Cedric Bosdonnat", author_email="cedric.bosdonnat@suse.com", description="Tool extracting jars from RPMs in OpenBuildService to a maven repo",