Skip to content

Commit f6b9b9c

Browse files
authored
Merge pull request #238 from pulp/bump_version
Bump dev-version
2 parents d1ce77d + 8beaa1e commit f6b9b9c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3.0-dev"
22+
version: "0.4.0-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.3.0-dev"
38+
__VERSION__ = "0.4.0-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.3.0-dev"
9+
current_version = "0.4.0-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)