Skip to content

Commit 99bb1b0

Browse files
Merge pull request #130 from contentstack/fix/author
Updated email id
2 parents 643069f + 028804f commit 99bb1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contentstack/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
__status__ = 'debug'
2525
__version__ = 'v2.0.1'
2626
__endpoint__ = 'cdn.contentstack.io'
27-
__email__ = 'mobile@contentstack.com'
28-
__developer_email__ = 'shailesh.mishra@contentstack.com'
27+
__email__ = 'support@contentstack.com'
28+
__developer_email__ = 'mobile@contentstack.com'
2929
__license__ = "MIT"

0 commit comments

Comments
 (0)