Skip to content

Commit

Permalink
Merge pull request #46 from LeComptoirDesPharmacies/release/v1.2.4
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
AntoineDuComptoirDesPharmacies authored Oct 24, 2024
2 parents 3220045 + 21eb12f commit d55aef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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',
Expand Down

0 comments on commit d55aef1

Please sign in to comment.