diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-01-29 20:05:02 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-01-29 20:05:02 +0000 |
commit | a4b2f7583cd3553cf4e3eb09dc92ab8883b2ac78 (patch) | |
tree | a894c0637b51ae044803266ca21e12e1becb0187 | |
parent | 22c0ffe06d77d3a5ea2eea9b5f57252e35c5f1cc (diff) | |
download | ssg-master.tar.gz ssg-master.tar.xz ssg-master.zip |
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7af6380..966da0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssg" -version = "0.3.0" +version = "0.4.0" description = "A basic static site generator." authors = ["Tomasz Kramkowski <tomasz@kramkow.ski>"] license = "MIT" |