summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index acfc6be..bf3033b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ssg"
-version = "0.5.0"
+version = "0.6.0"
description = "A basic static site generator module"
requires-python = ">= 3.11"
dependencies = ["Jinja2 >= 3,< 4"]