-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release 0.2.0 #60
Release 0.2.0 #60
Conversation
Current coverage is
|
@exvito, take a look. Once this build finishes this PR can merge and I'll make a release with your code tomorrow (it will take a while for AppyVeyor to finish). Thanks again! |
That's great. Thanks. |
Quick question (pardon my ignorance): shouldn't this merge lead to a release on PyPI? |
Yes and no. I make releases by running 0.2.0 has been up on PyPi for four but after looking at it again today, pip itself didn't see it. Looks like pip will ignore any release that does not contain a source zip file even if there are wheels available and previous releases are hidden. Sorry about that.... |
Thanks for the clarification. I looks fine now: I just pip installed and it brought in 0.2.0. :) |
No description provided.