Skip to content

Commit beb9188

Browse files
mshaileshr@gmail.commshaileshr@gmail.com
authored andcommitted
docstring
1 parent 9799c2a commit beb9188

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
@@ -11,12 +11,12 @@
1111
import sys
1212
sys.path.insert(0, os.path.abspath('.'))
1313

14-
__author__ = 'Shailesh Mishra'
14+
__author__ = 'contentstack'
1515
__status__ = 'debug'
1616
__version__ = '1.0.0'
1717
__package__ = 'contentstack'
1818
__endpoint__ = 'cdn.contentstack.io'
19-
__email__ = "mshaileshr@gmail.com"
19+
__email__ = "shailesh.mishra@contentstack.com"
2020

2121
from .entry import Entry
2222
from .asset import Asset

0 commit comments

Comments
 (0)