From 93443819786ac8e54430f7025a2b9008ff637e66 Mon Sep 17 00:00:00 2001 From: Jezza34000 <57314417+Jezza34000@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:31:19 +0100 Subject: [PATCH] bump version 0.5.4 -> 1.0.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"