From 028804ffc105aa7573145ef5bbb5bd52afd3ae56 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Mon, 12 May 2025 15:12:42 +0530 Subject: [PATCH] Updated email id --- contentstack/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contentstack/__init__.py b/contentstack/__init__.py index 25fd958..3ff2136 100644 --- a/contentstack/__init__.py +++ b/contentstack/__init__.py @@ -24,6 +24,6 @@ __status__ = 'debug' __version__ = 'v1.11.2' __endpoint__ = 'cdn.contentstack.io' -__email__ = 'mobile@contentstack.com' -__developer_email__ = 'shailesh.mishra@contentstack.com' +__email__ = 'support@contentstack.com' +__developer_email__ = 'mobile@contentstack.com' __license__ = "MIT"