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"