Pi66

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

← back to log

chore: bump version to 0.3.1

author: pi66
date: 2026-07-21 18:38
hash: 8a6575ecd8ebecf411613d68343d720fa262e11f

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 a90a36c..c37a714 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "merodi"
-version = "0.3.0"
+version = "0.3.1"
 description = "A markdown-based static site generator."
 readme = "README.md"
 requires-python = ">=3.11"