From 8ccb28a5fa3bb6ae9a0eeb5d8920b25e84af94c2 Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Mon, 9 Dec 2024 18:25:16 +0100 Subject: [PATCH] bump version to 0.2.0 as a lot changed, especially the CLI and config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7da3881..aae072a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hedgedoc-expire" -version = "0.1.0" +version = "0.2.0" description = "Remove old Hedgedoc notes" authors = ["Stefan Bethke "] readme = "README.md"