File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
11
11
name = "pulp_python.app"
12
12
label = "python"
13
- version = "3.13.3 "
13
+ version = "3.13.4.dev "
14
14
python_package_name = "pulp-python"
15
15
domain_compatible = True
16
16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
7
7
8
8
[project ]
9
9
name = " pulp-python"
10
- version = " 3.13.3 "
10
+ version = " 3.13.4.dev "
11
11
description = " pulp-python plugin for the Pulp Project"
12
12
readme = " README.md"
13
13
authors = [
@@ -77,7 +77,7 @@ ignore = [
77
77
[tool .bumpversion ]
78
78
# This section is managed by the plugin template. Do not edit manually.
79
79
80
- current_version = " 3.13.3 "
80
+ current_version = " 3.13.4.dev "
81
81
commit = false
82
82
tag = false
83
83
parse = " (?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