From f441407654d76245ec275c7cbaa7de05a4ad9859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B2fol=20Torrens?= Date: Fri, 3 Mar 2023 13:27:04 +0100 Subject: [PATCH] Changing setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e41f8fd..40e0592 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='airflow-pentaho-plugin', - version_format='{tag}.post{commitcount}', + version_format='1.0.17', license='Apache 2.0', setup_requires=['setuptools-git-version'], author='Damavis',