File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ class PulpGemPluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_gem.app"
88 label = "gem"
9- version = "0.6.2 "
9+ version = "0.6.3.dev "
1010 python_package_name = "pulp-gem"
1111 domain_compatible = True
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ignore = [
5050[tool .bumpversion ]
5151# This section is managed by the plugin template. Do not edit manually.
5252
53- current_version = " 0.6.2 "
53+ current_version = " 0.6.3.dev "
5454commit = false
5555tag = false
5656parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "pulp-gem" ,
13- version = "0.6.2 " ,
13+ version = "0.6.3.dev " ,
1414 description = "Gemfile plugin for the Pulp Project" ,
1515 long_description = long_description ,
1616 license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments