From a08198f52de2820d1a8445e6d2680614c14c2f95 Mon Sep 17 00:00:00 2001 From: Pranjal Mittal Date: Mon, 28 Jan 2019 15:35:10 -0800 Subject: [PATCH] Bump version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e79134d..57eaa8d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup NAME = "braze-client" -VERSION = "2.1.0" +VERSION = "2.2.0" REQUIRES = ["requests >=2.21.0, <3.0.0", "tenacity >=5.0.0, <6.0.0"]