We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9799c2a commit beb9188Copy full SHA for beb9188
contentstack/__init__.py
@@ -11,12 +11,12 @@
11
import sys
12
sys.path.insert(0, os.path.abspath('.'))
13
14
-__author__ = 'Shailesh Mishra'
+__author__ = 'contentstack'
15
__status__ = 'debug'
16
__version__ = '1.0.0'
17
__package__ = 'contentstack'
18
__endpoint__ = 'cdn.contentstack.io'
19
-__email__ = "mshaileshr@gmail.com"
+__email__ = "shailesh.mishra@contentstack.com"
20
21
from .entry import Entry
22
from .asset import Asset
0 commit comments