File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.0 .dev"
7+ version = " 0.1.1 .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.0 .dev"
7+ version = " 0.1.1 .dev"
88description = " Command line interface to talk to pulpcore's REST API. (Console plugin commands)"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -24,7 +24,7 @@ classifiers=[
2424]
2525dependencies = [
2626 " pulp-cli>=0.23.1,<0.32" ,
27- " pulp-glue-console==0.1.0 .dev"
27+ " pulp-glue-console==0.1.1 .dev"
2828 ]
2929
3030[project .urls ]
@@ -144,7 +144,7 @@ ignore_missing_imports = true
144144
145145[tool .bumpversion ]
146146# This section is managed by the cookiecutter templates.
147- current_version = " 0.1.0 .dev"
147+ current_version = " 0.1.1 .dev"
148148commit = false
149149tag = false
150150parse = " (?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