Git provider (optional)
None
System Info (optional)
No response
Issues details
Describe the bug
I noticed a significant version discrepancy between the PyPI package and the GitHub repository.
- PyPI Version: 0.3.0
- GitHub Latest Release: v0.31
Currently, running pip install pr-agent installs version 0.3.0, which seems to be a very old release compared to the current codebase (v0.31). This prevents users from accessing the latest features and bug fixes.
To Reproduce
- Run
pip install pr-agent
- Check version with
pip show pr-agent
- Observe that the version is 0.3.0
Expected behavior
The PyPI package should be updated to reflect the latest release (v0.31) or match the latest stable tag on GitHub.
Additional context
Is the PyPI deployment pipeline stuck, or has the package name changed? Please advise or update the PyPI release.
https://pypi.org/project/pr-agent/#history
https://github.com/qodo-ai/pr-agent/releases
Thank you!