From 6a5de1c9a8b8dfe94985ae3b51f3b1e5bae48195 Mon Sep 17 00:00:00 2001 From: jacobi petrucciani Date: Sun, 23 Feb 2020 09:57:53 -0800 Subject: [PATCH] version bump for release --- hubspot3/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubspot3/globals.py b/hubspot3/globals.py index f0ef91e..e0a591d 100644 --- a/hubspot3/globals.py +++ b/hubspot3/globals.py @@ -1,7 +1,7 @@ """ globals file for hubspot3 """ -__version__ = "3.2.42" +__version__ = "3.2.43" BASE_URL = "https://api.hubapi.com"