From f10aa30f2f7a7bc7c5ea884260b487f8285804fd Mon Sep 17 00:00:00 2001 From: kmille Date: Fri, 9 Feb 2024 10:02:54 +0100 Subject: [PATCH] Bump to v1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d643229..c06e93a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riseup-vpn-configurator" -version = "1.1.0" +version = "1.2.0" description = "a simple command line tool to get RiseupVPN up and running" authors = ["kmille "] readme = "README.md"