-
Notifications
You must be signed in to change notification settings - Fork 112
feature: add __version__ attribute to Python package
#5641
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
Conversation
DCO Remediation Commit for d33bs <ekgto445@gmail.com> I, d33bs <ekgto445@gmail.com>, hereby add my Signed-off-by to this commit: 4d9acd3 Signed-off-by: d33bs <ekgto445@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This LGTM, do you want to fix the linter issue so we can merge it? |
|
Thanks @AdamGS! Yes, I'll go ahead and fix the linting issue. |
Signed-off-by: Dave Bunten <ekgto445@gmail.com>
…ttribute DCO Remediation Commit for d33bs <ekgto445@gmail.com> I, d33bs <ekgto445@gmail.com>, hereby add my Signed-off-by to this commit: 7030b9c Signed-off-by: d33bs <ekgto445@gmail.com>
ebd4d65 to
713c1f0
Compare
CodSpeed Performance ReportMerging #5641 will degrade performances by 10.49%Comparing Summary
Benchmarks breakdown
Footnotes
|
|
Thank you for your contribution! |
This PR adds the
__version__attribute to the Python package. This is commonly added to Python packages to help observe the version of a package through the package API. I tried to make this with dynamic versioning in mind, but please don't hesitate to provide feedback if this misses the mark.Closes #5615