From 84bd43123cc72894015e1fa75a2048c0ead9859a Mon Sep 17 00:00:00 2001 From: oniboni Date: Sun, 28 Jul 2024 20:52:46 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.8.1=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3878db8..26a3090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mkdocs-kroki-plugin" -version = "0.8.1" +version = "0.9.0" description = "MkDocs plugin for Kroki-Diagrams" readme = "README.md" license = "MIT" @@ -117,7 +117,7 @@ check = "mypy --install-types --non-interactive {args:kroki tests}" disable_error_code="import-untyped" [tool.commitizen] -version = "0.8.1" +version = "0.9.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",