Skip to content
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

Patch level went d? #13

Closed
panozzaj opened this issue Jun 21, 2018 · 0 comments
Closed

Patch level went d? #13

panozzaj opened this issue Jun 21, 2018 · 0 comments

Comments

@panozzaj
Copy link

Hi, I am trying to get pandas-summary working, and had version 0.0.41 installed. I ran into the issue fixed by #11/#12, so I tried to upgrade. It seems like the version was changed to 0.0.5 with 42227d5

When I try to upgrade to 0.0.5, pip picks up the 0.0.41 version since its patch level is considered greater than 0.0.5. I am somewhat new to the Python world, so I could be missing an easy way to do this, but wondering if the new version should be updated to 0.0.42 or 0.1.0 to better comply with semver.

pip install pandas-summary==
Collecting pandas-summary==
  Could not find a version that satisfies the requirement pandas-summary== (from versions: 0.0.3, 0.0.4, 0.0.5, 0.0.41)
No matching distribution found for pandas-summary==

For now my workaround is to use pip install pandas-summary==0.0.5 to install the exact version that I want to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant