From 2fa299c32f0b01cf43c10048a1f97be59a714faa Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Wed, 6 Jan 2021 12:52:32 -0600 Subject: [PATCH] Version 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cd0cc1..e555d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "combine" -version = "1.0.0" +version = "1.0.1" description = "A straightforward static site builder." authors = ["Dropseed "] license = "MIT"