Skip to content

Commit

Permalink
Bump version 0.16.0 -> 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jan 27, 2025
1 parent b656b5e commit c37e5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "aiovantage"
version = "0.16.0"
version = "0.17.0"
description = "Interact with and control Vantage InFusion home automation controllers."
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -64,7 +64,7 @@ convention = "google"
typeCheckingMode = "strict"

[tool.bumpver]
current_version = "0.16.0"
current_version = "0.17.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit c37e5f3

Please sign in to comment.