Pi66

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

← back to log

chore: bump version to 0.2.0

author: pi66
date: 2026-06-27 22:09
hash: 3e094d86d34bff14f9158a499204f2198d8cd65e

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