{"id":17560164,"url":"https://github.com/vd2org/ubump","last_synced_at":"2026-01-20T12:33:48.870Z","repository":{"id":224082711,"uuid":"762390183","full_name":"vd2org/ubump","owner":"vd2org","description":"Yet another bump tool","archived":false,"fork":false,"pushed_at":"2024-04-17T13:42:08.000Z","size":41,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T09:17:30.182Z","etag":null,"topics":["bump","bump-version","bump2version","bumper","bumping","bumpversion","version","versioning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vd2org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-23T17:19:07.000Z","updated_at":"2024-05-16T09:23:29.000Z","dependencies_parsed_at":"2024-04-17T15:00:01.451Z","dependency_job_id":null,"html_url":"https://github.com/vd2org/ubump","commit_stats":null,"previous_names":["vd2org/ubump"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/vd2org/ubump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fubump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fubump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fubump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fubump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vd2org","download_url":"https://codeload.github.com/vd2org/ubump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fubump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bump","bump-version","bump2version","bumper","bumping","bumpversion","version","versioning"],"created_at":"2024-10-21T11:23:55.910Z","updated_at":"2026-01-20T12:33:48.849Z","avatar_url":"https://github.com/vd2org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubump\n\nYet another version bumper for your project.\n\n## Why?\n\nI wanted to have a simple version bumper that I could use in my CI/CD pipeline.\nI didn't want to have to install a bunch of dependencies or have to write a bunch of configs to just change the version number.\n\nThis tool having less than 500 lines of code and just one dependency (`tomlkit`) is the result of that.\n\n## What does it do?\n\nThis tool covers basic version management where only the major, minor, and patch numbers are used.\n\nSupporting `pyproject.toml` or `.ubump.toml` configuration files.\n\nThe git commit and tag are also created with the new version number.\n\nIf you need more than that take a look at [bump-my-version](https://github.com/callowayproject/bump-my-version) project.\n\n## Installation\n\n```shell\npip install ubump\n```\n\n## Usage\n\n- Initialize the config file\n\n```shell\nubump init \n```\n\n- Bump the version\n\n```shell\nubump pathch\n```\n\n```shell\nubump minor\n```\n\n```shell\nubump major\n```\n\n**That's it!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvd2org%2Fubump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvd2org%2Fubump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvd2org%2Fubump/lists"}