bump(release): v0.1.0 → v0.2.0

This commit is contained in:
Nathaniel Landau
2023-02-07 15:10:10 -05:00
parent e2e9767369
commit 5fed6dae76
2 changed files with 27 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
name = "ansible-homelab-config"
packages = [{ include = "ansible_homelab_config" }]
readme = "README.md"
version = "0.1.0"
version = "0.2.0"
[tool.poetry.dependencies]
ansible = "^7.2.0"
@@ -23,7 +23,7 @@
bump_message = "bump(release): v$current_version → v$new_version"
tag_format = "v$version"
update_changelog_on_bump = true
version = "0.1.0"
version = "0.2.0"
version_files = ["pyproject.toml:version"]
[tool.poe.tasks]