File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = "0.6 .0.dev"
1+ __version__ = "0.7 .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.6 .0.dev"
7+ version = " 0.7 .0.dev"
88description = " Version agnostic glue library to talk to pulpcore's REST API. (OSTree plugin)"
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 1111translation = get_translation (__package__ )
1212_ = translation .gettext
1313
14- __version__ = "0.6 .0.dev"
14+ __version__ = "0.7 .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.6 .0.dev"
7+ version = " 0.7 .0.dev"
88description = " Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)"
99readme = " README.md"
1010requires-python = " >=3.9"
@@ -24,7 +24,7 @@ classifiers=[
2424]
2525dependencies = [
2626 " pulp-cli>=0.23.1,<0.36" ,
27- " pulp-glue-ostree==0.6 .0.dev" ,
27+ " pulp-glue-ostree==0.7 .0.dev" ,
2828]
2929
3030[project .urls ]
@@ -146,7 +146,7 @@ ignore_missing_imports = true
146146
147147[tool .bumpversion ]
148148# This section is managed by the cookiecutter templates.
149- current_version = " 0.6 .0.dev"
149+ current_version = " 0.7 .0.dev"
150150commit = false
151151tag = false
152152parse = " (?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