# pyverto
[](https://pypi.org/project/pyverto)
[](https://pypi.org/project/pyverto)
[](https://opensource.org/licenses/MIT)
[](https://codecov.io/github/phdenzel/pyverto)
-----
## Table of Contents
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install pyverto
```
## Usage
```console
Usage:
pyverto [command] [--commit] [-h]
Commands:
version Show current version
release Remove any pre-release/dev/post suffix (finalize version)
major Increment the major version
minor Increment the minor version
micro Increment the micro (patch) version
alpha Convert to or increment alpha pre-release
beta Convert to or increment beta pre-release
pre Convert to or increment rc (release candidate)
rev Increment post-release (+postN)
dev Convert to or increment dev release (-devN)
```
Examples:
- `pyverto minor`: 0.0.1 → 0.1.0
- `pyverto dev`: 0.1.0 → 0.1.0-dev0
- `pyverto pre --commit`: 0.1.0-dev0 → 0.1.0-rc0
## Usage in GitHub Actions
```yaml
- uses: phdenzel/pyverto@v0.1.10
with:
bump-type: "minor"
ref: ${{ github.base_ref }}
```
## License
`pyverto` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyverto",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "package version management, version bump",
"author": null,
"author_email": "phdenzel <phdenzel@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/71/2e/0de5cf72672879ca12838bd4962230eb14122c5d87f90e174b3de576bdd7/pyverto-0.2.0.tar.gz",
"platform": null,
"description": "# pyverto\n\n[](https://pypi.org/project/pyverto)\n[](https://pypi.org/project/pyverto)\n [](https://opensource.org/licenses/MIT)\n[](https://codecov.io/github/phdenzel/pyverto)\n\n-----\n\n## Table of Contents\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install pyverto\n```\n\n## Usage\n\n```console\nUsage:\n pyverto [command] [--commit] [-h]\n\nCommands:\n version Show current version\n release Remove any pre-release/dev/post suffix (finalize version)\n major Increment the major version\n minor Increment the minor version\n micro Increment the micro (patch) version\n alpha Convert to or increment alpha pre-release\n beta Convert to or increment beta pre-release\n pre Convert to or increment rc (release candidate)\n rev Increment post-release (+postN)\n dev Convert to or increment dev release (-devN)\n```\nExamples:\n - `pyverto minor`: 0.0.1 \u2192 0.1.0\n - `pyverto dev`: 0.1.0 \u2192 0.1.0-dev0\n - `pyverto pre --commit`: 0.1.0-dev0 \u2192 0.1.0-rc0\n \n \n## Usage in GitHub Actions\n\n```yaml\n- uses: phdenzel/pyverto@v0.1.10\n with:\n bump-type: \"minor\"\n ref: ${{ github.base_ref }}\n```\n\n\n## License\n\n`pyverto` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
"bugtrack_url": null,
"license": null,
"summary": "A python package version management tool.",
"version": "0.2.0",
"project_urls": {
"Documentation": "https://github.com/phdenzel/pyverto#readme",
"Issues": "https://github.com/phdenzel/pyverto/issues",
"Source": "https://github.com/phdenzel/pyverto"
},
"split_keywords": [
"package version management",
" version bump"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "0b125d7cd3e77427e742694f02d3d26d4f32127ff894522d8abe2a9ad9c4e905",
"md5": "9ec2e282397a2107616fadcd8b007337",
"sha256": "4462c0cc9df8ab85d36d3dc32cefd123096126a3da312739de84a81792f20f88"
},
"downloads": -1,
"filename": "pyverto-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ec2e282397a2107616fadcd8b007337",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 9374,
"upload_time": "2025-08-02T21:29:29",
"upload_time_iso_8601": "2025-08-02T21:29:29.308604Z",
"url": "https://files.pythonhosted.org/packages/0b/12/5d7cd3e77427e742694f02d3d26d4f32127ff894522d8abe2a9ad9c4e905/pyverto-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "712e0de5cf72672879ca12838bd4962230eb14122c5d87f90e174b3de576bdd7",
"md5": "353497b1296e1e5fe68184edaae4fbdc",
"sha256": "aa1f6aa15c449703dc4584598ebab0d1d863e25ac9f63a45d67fb18b8ae11413"
},
"downloads": -1,
"filename": "pyverto-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "353497b1296e1e5fe68184edaae4fbdc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 9055,
"upload_time": "2025-08-02T21:29:30",
"upload_time_iso_8601": "2025-08-02T21:29:30.306901Z",
"url": "https://files.pythonhosted.org/packages/71/2e/0de5cf72672879ca12838bd4962230eb14122c5d87f90e174b3de576bdd7/pyverto-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-02 21:29:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "phdenzel",
"github_project": "pyverto#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyverto"
}