From ba801995a81aa98db5bea4568704645b3bf688b0 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 19 Aug 2024 11:43:11 +0200 Subject: [PATCH] Bumped to version 0.2.29 --- madblog/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/madblog/__init__.py b/madblog/__init__.py index 968391a..4f6b515 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = "0.2.28" +__version__ = "0.2.29" diff --git a/setup.cfg b/setup.cfg index 62713a7..47d1121 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.28 +current_version = 0.2.29 commit = True tag = True diff --git a/setup.py b/setup.py index 7c6f26d..d59725f 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name="madblog", - version="0.2.28", + version="0.2.29", author="Fabio Manganiello", author_email="info@fabiomanganiello.com", description="A minimal platform for Markdown-based blogs",