From faa60d336a4d661dea23f81cfc267ab00292cb8e Mon Sep 17 00:00:00 2001 From: Jezza34000 <57314417+Jezza34000@users.noreply.github.com> Date: Sat, 21 Dec 2024 11:08:16 +0100 Subject: [PATCH] bump version 1.6.3 -> 1.7.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8aa7a70..7a4b2d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypetkitapi" -version = "1.6.3" +version = "1.7.0" description = "Python client for PetKit API" authors = ["Jezza34000 "] readme = "README.md" @@ -207,7 +207,7 @@ ruff = "^0.8.1" types-aiofiles = "^24.1.0.20240626" [tool.bumpver] -current_version = "1.6.3" +current_version = "1.7.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"