Skip to content

Commit fc0e2ad

Browse files
YasenTYasen Trahnov
andauthored
new pkg version build (#7)
Co-authored-by: Yasen Trahnov <[email protected]>
1 parent 87b4407 commit fc0e2ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pulp-glue-console/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-console"
7-
version = "0.1.0.dev"
7+
version = "0.1.1.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API. (Console plugin)"
99
readme = "README.md"
1010
requires-python = ">=3.8"

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-console"
7-
version = "0.1.0.dev"
7+
version = "0.1.1.dev"
88
description = "Command line interface to talk to pulpcore's REST API. (Console 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.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"
148148
commit = false
149149
tag = false
150150
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)