diff --git a/pulp_container/app/__init__.py b/pulp_container/app/__init__.py index 2dde13af5..81e3e3fe5 100644 --- a/pulp_container/app/__init__.py +++ b/pulp_container/app/__init__.py @@ -6,5 +6,5 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig): name = "pulp_container.app" label = "container" - version = "2.14.17" + version = "2.14.18.dev" python_package_name = "pulp-container" diff --git a/pyproject.toml b/pyproject.toml index 9fc45ca04..931ac9fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "2.14.17" +current_version = "2.14.18.dev" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?" diff --git a/setup.py b/setup.py index a2f16f292..0a2f78caf 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-container", - version="2.14.17", + version="2.14.18.dev", description="Container plugin for the Pulp Project", long_description=long_description, license="GPLv2+",