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

PIP package version doesn't reflect the release version #58

Open
sarimak opened this issue Nov 20, 2023 · 0 comments · May be fixed by #64
Open

PIP package version doesn't reflect the release version #58

sarimak opened this issue Nov 20, 2023 · 0 comments · May be fixed by #64

Comments

@sarimak
Copy link
Collaborator

sarimak commented Nov 20, 2023

Repro steps:

$ pip install --upgrade rossum-api@git+https://github.com/rossumai/rossum-sdk@v0.11.0#egg=rossum-api
$ pip list | grep rossum
rossum-api                          1.0.0

Expected:

rossum-api                          0.11.0

Impact:
Unable to upgrade the package (PIP thinks that the package is already up-to-date because the version 1.0.0 didn't change).

Suggested fix:
Update the version in pyproject.toml to match each release: https://github.com/rossumai/rossum-sdk/blob/main/pyproject.toml#L7

@stancld stancld linked a pull request Apr 9, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant