Skip to content

Commit

Permalink
setup.py: Upgrade to version 2.0.
Browse files Browse the repository at this point in the history
Change-Id: I82f8dbae30e0ce804c335f05be19e7d81d91a958
  • Loading branch information
gpiyush-dev committed Nov 24, 2021
1 parent 7574836 commit 382eb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
description='Installer code for photon',
packages=find_packages(include=['photon_installer', 'photon_installer.modules']),
include_package_data=True,
version='1.0+'+get_installer_version(),
version='2.0+'+get_installer_version(),
author_email='[email protected]')

0 comments on commit 382eb60

Please sign in to comment.