Skip to content

Commit cbecca8

Browse files
committed
Update init file to expose APIResponse object
1 parent b16c0ea commit cbecca8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpapi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
from .mgmt_api import APIClientArgs
33
from .api_exceptions import APIException
44
from .api_exceptions import APIClientException
5+
from .api_response import APIResponse

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="cpapi",
6-
version="1.0.3",
6+
version="1.0.4",
77
author="API team",
88
author_email="[email protected]",
99
description="Check Point Management API SDK",

0 commit comments

Comments
 (0)