File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
2323license_file : " LICENSE"
2424readme : " README.md"
2525repository : " https://github.com/pulp/squeezer"
Original file line number Diff line number Diff 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
4141class PulpAnsibleModule (AnsibleModule ):
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ profile = "black"
66line_length = 100
77
88[tool .bumpversion ]
9- current_version = " 0.3 .0-dev"
9+ current_version = " 0.4 .0-dev"
1010commit = false
1111tag = false
1212parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(-(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments