From 21eb12f4fcd7deeb007bf8479048ed9fe3f106f6 Mon Sep 17 00:00:00 2001 From: Antoine LCDP Date: Thu, 24 Oct 2024 11:49:04 +0200 Subject: [PATCH] Update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b1d60cd..7679694 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='lcdp_deployment_manager', # How you named your package folder packages=['lcdp_deployment_manager'], # Chose the same as "name" - version='1.2.3', # Start with a small number and increase it with every change you make + version='1.2.4', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository # description: Give a short description about your library long_description_content_type="text/plain", @@ -14,7 +14,7 @@ # url: Provide either the link to your github or to your website url='https://github.com/LeComptoirDesPharmacies/lcdp-deployment-manager', # download_url: Up the version (use the same version as in "version") - download_url='https://github.com/LeComptoirDesPharmacies/lcdp-deployment-manager/archive/v1.2.3.tar.gz', + download_url='https://github.com/LeComptoirDesPharmacies/lcdp-deployment-manager/archive/v1.2.4.tar.gz', keywords=['AWS', 'Python', 'Deployment'], # Keywords that define your package best classifiers=[ 'Development Status :: 3 - Alpha',