You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

change-wheel-version

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

change-wheel-version

Change the version of a wheel file

0.6.0
pipPyPI
Maintainers
1

change_wheel_version

A script to change the version of a package inside a pre-existing wheel.

This is useful for e.g. adding a local version to a custom built wheel, without having to jury rig its build process:

pipx run change_wheel_version some.whl --local-version special.build.info

Note that this only affects the packaging metadata, not any version numbers in code.

Keywords

wheel

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts