Bump version: 0.2.34 → 0.2.35

This commit is contained in:
Fabio Manganiello 2025-03-25 18:57:08 +01:00
parent 279e527736
commit 5505d074f0
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = "0.2.34"
__version__ = "0.2.35"

View file

@ -24,7 +24,7 @@ dependencies = {file = "requirements.txt"}
madblog = 'madblog:__main__'
[tool.bumpversion]
current_version = "0.2.34"
current_version = "0.2.35"
commit = true
tag = true

View file

@ -10,7 +10,7 @@ def readfile(file):
setup(
name="madblog",
version="0.2.34",
version="0.2.35",
author="Fabio Manganiello",
author_email="info@fabiomanganiello.com",
description="A minimal platform for Markdown-based blogs",