From 6c084ec93f4bc2fa564ace72eb7d7df64e22221c Mon Sep 17 00:00:00 2001 From: Nathaniel Varona Date: Fri, 26 Apr 2024 17:52:37 +0800 Subject: [PATCH] Release 1.1.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55effc3..ac1e536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pritunl-api" -version = "1.1.10" +version = "1.1.11" description = "Pritunl API Client for Python" authors = ["Nathaniel Varona "] license = "MIT"