From 3b4f047e86450e40a2e2a257231daa780d7ccea8 Mon Sep 17 00:00:00 2001 From: jacobi petrucciani Date: Wed, 13 May 2020 15:59:46 -0400 Subject: [PATCH] version bump for release --- .gitignore | 1 + hubspot3/globals.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4929406..f770a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ test_credentials.json # IDEs .idea .vscode +.history/ diff --git a/hubspot3/globals.py b/hubspot3/globals.py index 87d96a4..881a2de 100644 --- a/hubspot3/globals.py +++ b/hubspot3/globals.py @@ -1,7 +1,7 @@ """ globals file for hubspot3 """ -__version__ = "3.2.49" +__version__ = "3.2.50" BASE_URL = "https://api.hubapi.com"