From b2d0a232b8e6689485799f97a25b475a2fd15d55 Mon Sep 17 00:00:00 2001 From: chkp-royl <51701986+chkp-royl@users.noreply.github.com> Date: Thu, 18 Nov 2021 18:09:10 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 431acf2..98f4d3f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="cpapi", - version="1.2.1", + version="1.3.0", author="API team", author_email="api_team@checkpoint.com", description="Check Point Management API SDK", @@ -21,4 +21,4 @@ "Operating System :: OS Independent", ], -) \ No newline at end of file +)