Pi66

merodi
A markdown-based static site generator.
git clone https://git.pi66.xyz/merodi

← back to log

chore: bump version to 0.4.1

author: pi66
date: 2026-07-22 15:57
hash: e75b739ab330acd5183c5cf8931ba345d670ede4

Diffstat:

M

pyproject.toml
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/pyproject.toml b/pyproject.toml
index 80383ce..3ae61f3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "merodi"
-version = "0.4.0"
+version = "0.4.1"
 description = "A markdown-based static site generator."
 readme = "README.md"
 requires-python = ">=3.11"