From 6d6f0f6c41e43ef81ec80a8077d7f8dc3992cf92 Mon Sep 17 00:00:00 2001 From: Lukas <50193931+lmuenter@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:16:16 +0200 Subject: [PATCH] Bump 0.4 (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor and add metadata parsing method * fix failing tests * Bump version: 0.3.0 → 0.4.0 --------- Co-authored-by: lukas --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2416f0..7b53008 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 24eb13a..381dbb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lm-pelican-quarto" -version = "0.3.0" +version = "0.4.0" description = "A plugin for integrating Quarto reports in your Pelican articles." authors = [{name = "Lukas Muenter", email = "lukas.muenter@protonmail.com"}] license = {text = "MIT"}