From 21979d8583f23a7af27df94b8b77516defda6419 Mon Sep 17 00:00:00 2001 From: Cristian Sirbu Date: Wed, 25 Sep 2024 17:26:48 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a96148a..6d9915e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-ansible-collection" -version = "0.1.2" +version = "0.1.3" description = "MkDocs Plugin that automatically generates pages for Ansible Collections." authors = ["Cristian Sirbu "] repository = "https://github.com/cmsirbu/mkdocs-ansible-collection"