-
Notifications
You must be signed in to change notification settings - Fork 53
Added support for checking version of the codeflare-sdk package #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for checking version of the codeflare-sdk package #575
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! - Tested and works as described.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @snalawad !
- changed the comment - changed default value to v0.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm thank you!!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ChristianZaccaria, KPostOffice The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
342d54c
into
project-codeflare:main
Issue link
Add support for version : #504
What changes have been made
Added support to check the version of the codeflare-sdk package.
Using
print(codeflare_sdk.__version__)
gives the version number of the version that is installed.Verification steps
Verified the usage as follows:
Checks