Skip to content

Commit d9a4503

Browse files
authored
Merge pull request #207 from ATIX-AG/bump_version
Bump version: 0.3.0.dev → 0.4.0.dev
2 parents 4fe86ef + 4b707a8 commit d9a4503

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0.dev"
1+
__version__ = "0.4.0.dev"

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

pulpcore/cli/deb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pulpcore.cli.deb.remote import remote
1010
from pulpcore.cli.deb.repository import repository
1111

12-
__version__ = "0.3.0.dev"
12+
__version__ = "0.4.0.dev"
1313

1414

1515
@pulp_group(name="deb")

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-deb"
7-
version = "0.3.0.dev"
7+
version = "0.4.0.dev"
88
description = "Command line interface to talk to pulpcore's REST API. (Deb plugin commands)"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -24,7 +24,7 @@ classifiers=[
2424
]
2525
dependencies = [
2626
"pulp-cli>=0.23.2,<0.36",
27-
"pulp-glue-deb==0.3.0.dev",
27+
"pulp-glue-deb==0.4.0.dev",
2828
]
2929

3030
[project.urls]
@@ -152,7 +152,7 @@ ignore_missing_imports = true
152152

153153
[tool.bumpversion]
154154
# This section is managed by the cookiecutter templates.
155-
current_version = "0.3.0.dev"
155+
current_version = "0.4.0.dev"
156156
commit = false
157157
tag = false
158158
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)