Skip to content

Commit

Permalink
Bump version to 0.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot committed Jan 22, 2025
1 parent e6cf6f5 commit ccf6a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:
- "Chris Taylor <[email protected]>"
- "Stefan Joosten <[email protected]>"
- "Maciej Markowski <[email protected]>"
version: "0.0.20-dev"
version: "0.1.0-dev"
license_file: "LICENSE"
readme: "README.md"
repository: "https://github.com/pulp/squeezer"
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/pulp_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SqueezerException(Exception):
pass


__VERSION__ = "0.0.20-dev"
__VERSION__ = "0.1.0-dev"


class PulpAnsibleModule(AnsibleModule):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ profile = "black"
line_length = 100

[tool.bumpversion]
current_version = "0.0.20-dev"
current_version = "0.1.0-dev"
commit = false
tag = false
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(-(?P<release>[a-z]+))?"
Expand Down

0 comments on commit ccf6a2d

Please sign in to comment.