From ee70e10ec52d0b669c464355be9276c218878078 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 8 Jun 2021 11:06:11 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6678c9..d3941f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cpanel-api" -version = "0.2.2" +version = "0.3.0" description = "CPanel API Client. Supports cPanel API 2 and UAPI." homepage = "https://github.com/tz4678/cpanel-api" readme = "README.md"