diff --git a/pyproject.toml b/pyproject.toml index d3e3d4f..b690051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypetkitapi" -version = "0.5.4" +version = "1.0.0" description = "Python client for PetKit API" authors = ["Jezza34000 "] readme = "README.md" @@ -204,7 +204,7 @@ black = "^24.10.0" ruff = "^0.8.1" [tool.bumpver] -current_version = "0.5.4" +current_version = "1.0.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"