From 7f83996e6337b11138febad5d2d0f0c2b82f6f3b Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 9 Aug 2022 09:00:38 +1000 Subject: [PATCH] 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28f5d8f..83679b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "repo-autoindex" -version = "0.1.1" +version = "0.2.0" description = "Generic static HTML indexes of various repository types" authors = ["Rohan McGovern "] license = "GPLv3"