Skip to content

Commit 85b0366

Browse files
committed
Bump version: 0.2.1 → 0.2.2-dev
1 parent 4a604e0 commit 85b0366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ authors:
1919
- "Chris Taylor <taylorcw@gmail.com>"
2020
- "Stefan Joosten <stefan@atcomputing.nl>"
2121
- "Maciej Markowski <maciekmm@o2.pl>"
22-
version: "0.2.1"
22+
version: "0.2.2-dev"
2323
license_file: "LICENSE"
2424
readme: "README.md"
2525
repository: "https://github.com/pulp/squeezer"

plugins/module_utils/pulp_glue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SqueezerException(Exception):
3535
pass
3636

3737

38-
__VERSION__ = "0.2.1"
38+
__VERSION__ = "0.2.2-dev"
3939

4040

4141
class PulpAnsibleModule(AnsibleModule):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ profile = "black"
66
line_length = 100
77

88
[tool.bumpversion]
9-
current_version = "0.2.1"
9+
current_version = "0.2.2-dev"
1010
commit = false
1111
tag = false
1212
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(-(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)