File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
1212
1313 name = "pulp_python.app"
1414 label = "python"
15- version = "3.19.2 "
15+ version = "3.19.3.dev "
1616 python_package_name = "pulp-python"
1717 domain_compatible = True
1818
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-python"
10- version = " 3.19.2 "
10+ version = " 3.19.3.dev "
1111description = " pulp-python plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -78,7 +78,7 @@ ignore = [
7878[tool .bumpversion ]
7979# This section is managed by the plugin template. Do not edit manually.
8080
81- current_version = " 3.19.2 "
81+ current_version = " 3.19.3.dev "
8282commit = false
8383tag = false
8484parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments