Skip to content

Commit

Permalink
Merge pull request #96 from ATIX-AG/fix_bumpversion_cfg
Browse files Browse the repository at this point in the history
Fix .bumpversion.cfg for 0.0 branch
quba42 authored Feb 19, 2024
2 parents 7272cb6 + 4aeee97 commit 6572f34
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -16,4 +16,6 @@ values =

[bumpversion:file:./pulpcore/cli/deb/__init__.py]

[bumpversion:file:./pulp-glue-deb/pyproject.toml]

[bumpversion:file:./pyproject.toml]
2 changes: 1 addition & 1 deletion pulp-glue-deb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pulp-glue-deb"
version = "0.0.6.dev"
version = "0.0.7.dev"
description = "Version agnostic glue library to talk to pulpcore's REST API. (deb plugin)"
readme = "README.md"
requires-python = ">=3.6"

0 comments on commit 6572f34

Please sign in to comment.