Skip to content

Commit

Permalink
Bump version to 0.4.0.dev
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot committed Apr 23, 2024
1 parent 6450dce commit 40170e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0.dev
current_version = 0.4.0.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion pulp-glue-ostree/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pulp-glue-ostree"
version = "0.3.0.dev"
version = "0.4.0.dev"
description = "Version agnostic glue library to talk to pulpcore's REST API. (OSTree plugin)"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/cli/ostree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pulpcore.cli.ostree.remote import remote
from pulpcore.cli.ostree.repository import repository

__version__ = "0.3.0.dev"
__version__ = "0.4.0.dev"


@pulp_group("ostree")
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pulp-cli-ostree"
version = "0.3.0.dev"
version = "0.4.0.dev"
description = "Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -24,7 +24,7 @@ classifiers=[
]
dependencies = [
"pulp-cli>=0.20.0,<0.25",
"pulp-glue-ostree==0.3.0.dev",
"pulp-glue-ostree==0.4.0.dev",
]

[project.urls]
Expand Down

0 comments on commit 40170e4

Please sign in to comment.