From e2fce971ee81579c40b3b9901aa065c1304864e8 Mon Sep 17 00:00:00 2001 From: Tushar Bhushan Date: Mon, 4 May 2020 12:40:56 -0700 Subject: [PATCH] Bump version (#253) --- twitter_ads/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter_ads/__init__.py b/twitter_ads/__init__.py index 9c3e6fb..ca91ed1 100644 --- a/twitter_ads/__init__.py +++ b/twitter_ads/__init__.py @@ -1,6 +1,6 @@ # Copyright (C) 2015 Twitter, Inc. -VERSION = (7, 0, 0) +VERSION = (7, 0, 1) API_VERSION = '7' from twitter_ads.utils import get_version