Skip to content

Commit 4fcef59

Browse files
committed
Bump version: 0.6.2 → 0.6.3.dev
1 parent 26699f8 commit 4fcef59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pulp_gem/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
5454
commit = false
5555
tag = false
5656
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
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+",

0 commit comments

Comments
 (0)