Skip to main content

A simple comment to build package version defined in `project.version`

Project description

bump pep 621 version

pipx install bump-bep621

given current version 0.1.2

pyproject-bump major # -> 1.0.0
pyproject-bump major a # -> 1.0.0a0
pyproject-bump minor # -> 0.2.0
pyproject-bump minor rc # -> 0.2.0rc0
pyproject-bump micro # -> 0.1.3
pyproject-bump micro a # -> 0.1.3a0
pyproject-bump a # -> 0.1.3a0
pyproject-bump b # -> 0.1.3b0
pyproject-bump rc # -> 0.1.2rc0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bump_pep621-0.0.9.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

bump_pep621-0.0.9-py3-none-any.whl (1.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page