Pi66

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

← back to log

chore: bump version to v0.2.1

author: pi66
date: 2026-07-01 13:54
hash: a1efd322747800e2eec61a194ac1ce8c7ad3084b

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