Skip to content

Commit 9477ab8

Browse files
pulpbotmdellweg
authored andcommitted
Bump version to 0.6.0.dev
1 parent 0a31f0a commit 9477ab8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0.dev"
1+
__version__ = "0.6.0.dev"

pulp-glue-ostree/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-glue-ostree"
7-
version = "0.5.0.dev"
7+
version = "0.6.0.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API. (OSTree plugin)"
99
readme = "README.md"
1010
requires-python = ">=3.8"

pulpcore/cli/ostree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
translation = get_translation(__package__)
1212
_ = translation.gettext
1313

14-
__version__ = "0.5.0.dev"
14+
__version__ = "0.6.0.dev"
1515

1616

1717
@pulp_group("ostree")

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-cli-ostree"
7-
version = "0.5.0.dev"
7+
version = "0.6.0.dev"
88
description = "Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -24,7 +24,7 @@ classifiers=[
2424
]
2525
dependencies = [
2626
"pulp-cli>=0.23.1,<0.31",
27-
"pulp-glue-ostree==0.5.0.dev",
27+
"pulp-glue-ostree==0.6.0.dev",
2828
]
2929

3030
[project.urls]
@@ -145,7 +145,7 @@ ignore_missing_imports = true
145145

146146
[tool.bumpversion]
147147
# This section is managed by the cookiecutter templates.
148-
current_version = "0.5.0.dev"
148+
current_version = "0.6.0.dev"
149149
commit = false
150150
tag = false
151151
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)