From 9ba79091d743a2969d3e9e67bdf71c6cd98ebe38 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 30 Oct 2022 15:40:17 +0000 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13f802c..18d727f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymicrocosm" -version = "0.1.0" +version = "0.2.0" description = "A tiny python-based micropub endpoint that supports a Gitea + drone static website" authors = ["James Ravenscroft "] license = "AGPL-3.0"