From 140cf750c38856f39f10f1668c728569d7b70ff1 Mon Sep 17 00:00:00 2001 From: kmille Date: Fri, 30 Aug 2024 10:28:39 +0200 Subject: [PATCH] Bump to v1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a52bb3..a4dd353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riseup-vpn-configurator" -version = "1.2.0" +version = "1.3.0" description = "a simple command line tool to get RiseupVPN up and running" authors = ["kmille "] readme = "README.md"