-
Notifications
You must be signed in to change notification settings - Fork 448
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
Fixed the version at the time of releasing the pip package. #49
Conversation
Codecov Report
@@ Coverage Diff @@
## main #49 +/- ##
==========================================
+ Coverage 77.99% 78.04% +0.04%
==========================================
Files 49 49
Lines 4472 4473 +1
==========================================
+ Hits 3488 3491 +3
+ Misses 984 982 -2
Continue to review full report at Codecov.
|
f44661d
to
0a260d6
Compare
36b7e97
to
9cc94ca
Compare
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.
Note that there are version number in setup.py
in python/
and coordinator
for graphscope and gs-coordinator packages.
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.
Please review the "coordinator/setup.py" as "python/setup.py". |
Signed-off-by: Tao He <[email protected]>
What do these changes do?
__version__
in graphscope module.Fix the version at the time of releasing the pip package.Related issue number
Fixes #26