From 176380ec57925f298723dd098e7a6d1da28d6953 Mon Sep 17 00:00:00 2001 From: Tim Neumann Date: Fri, 26 Jan 2024 11:50:33 +0100 Subject: [PATCH] chore(pyproject): Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d235c9..f1a29ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mail_alias_creator" -version = "1.1.1" +version = "1.2.0" description = "Set of python scripts to create our mail alias tables from alias definitions" repository = "https://github.com/stuvusIT/mail_alias_creator" readme = "README.md"