File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.5 .0.dev"
1+ __version__ = "0.6 .0.dev"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pulp-glue-ostree"
7- version = " 0.5 .0.dev"
7+ version = " 0.6 .0.dev"
88description = " Version agnostic glue library to talk to pulpcore's REST API. (OSTree plugin)"
99readme = " README.md"
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change 1111translation = 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" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pulp-cli-ostree"
7- version = " 0.5 .0.dev"
7+ version = " 0.6 .0.dev"
88description = " Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -24,7 +24,7 @@ classifiers=[
2424]
2525dependencies = [
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"
149149commit = false
150150tag = false
151151parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments