You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed shiv with pip and noticed the version, published as 1.0.4, was reported to be 1.0.3 via shiv --version. This is reproducible following the steps for developing in the Readme. Ultimately, the __version__ needs to be changed in src/shiv/cli.py. I considered a Pull Request for this issue, but settled on a bug report in case there are other changes in progress that would make a pull request bumping the version moot.
Below find all the output from the build process, but here is the piece highlighting the issue:
I installed
shiv
withpip
and noticed the version, published as 1.0.4, was reported to be 1.0.3 viashiv --version
. This is reproducible following the steps for developing in the Readme. Ultimately, the__version__
needs to be changed insrc/shiv/cli.py
. I considered a Pull Request for this issue, but settled on a bug report in case there are other changes in progress that would make a pull request bumping the version moot.Below find all the output from the build process, but here is the piece highlighting the issue:
Full output from building
shiv
.The text was updated successfully, but these errors were encountered: