Pi66

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

← back to log

chore: bump version to 0.3.0

author: pi66
date: 2026-07-15 00:12
hash: 218c30d23c087bd96de4335cc216331c8191e251

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