From 157dd90f6ffa2748ccd8de53a1aeb2f0fcd0d320 Mon Sep 17 00:00:00 2001 From: Luke Carrier Date: Sat, 20 Apr 2024 14:28:48 +0100 Subject: [PATCH] Bump version to v0.9.0 --- docs/github-actions.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/github-actions.md b/docs/github-actions.md index 256e82e..f013a43 100644 --- a/docs/github-actions.md +++ b/docs/github-actions.md @@ -16,7 +16,7 @@ authors = ["Luke Carrier "] [tool.poetry.dependencies] python = "^3.10" mkdocs = "^1.3.0" -mkdocs-drawio-exporter = "^0.8.0" +mkdocs-drawio-exporter = "^0.9.0" [tool.poetry.dev-dependencies] diff --git a/pyproject.toml b/pyproject.toml index b8e26d8..8485414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mkdocs-drawio-exporter" -version = "0.8.0" +version = "0.9.0" description = "Exports your Draw.io diagrams at build time for easier embedding into your documentation" readme = "README.md" license = "MIT"