Skip to content

Commit

Permalink
bump version 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 17, 2024
1 parent 64e02e5 commit 7a2a7e5
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 @@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pypetkitapi"
version = "1.0.0"
version = "1.1.0"
description = "Python client for PetKit API"
authors = ["Jezza34000 <info@mail.com>"]
readme = "README.md"
Expand All @@ -204,7 +204,7 @@ black = "^24.10.0"
ruff = "^0.8.1"

[tool.bumpver]
current_version = "1.0.0"
current_version = "1.1.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 7a2a7e5

Please sign in to comment.