File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-console"
7- version = " 0.1.4 .dev"
7+ version = " 0.1.5 .dev"
88description = " Version agnostic glue library to talk to pulpcore's REST API. (Console plugin)"
99readme = " README.md"
1010requires-python = " >=3.8"
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-console"
7- version = " 0.1.4 .dev"
7+ version = " 0.1.5 .dev"
88description = " Command line interface to talk to pulpcore's REST API. (Console plugin commands)"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -25,7 +25,7 @@ classifiers=[
2525]
2626dependencies = [
2727 " pulp-cli>=0.23.1,<0.36" ,
28- " pulp-glue-console==0.1.4 .dev"
28+ " pulp-glue-console==0.1.5 .dev"
2929 ]
3030
3131[project .urls ]
You can’t perform that action at this time.
0 commit comments