diff --git a/hubspot3/contacts.py b/hubspot3/contacts.py index 99563f2..e646795 100644 --- a/hubspot3/contacts.py +++ b/hubspot3/contacts.py @@ -7,6 +7,7 @@ from hubspot3.base import BaseClient from hubspot3.utils import prettify, get_log + CONTACTS_API_VERSION = "1" diff --git a/hubspot3/globals.py b/hubspot3/globals.py index 9d8a5bd..8e1904b 100644 --- a/hubspot3/globals.py +++ b/hubspot3/globals.py @@ -1,7 +1,7 @@ """ globals file for hubspot3 """ -__version__ = "3.2.35" +__version__ = "3.2.36" BASE_URL = "https://api.hubapi.com"