Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
[+] StarterService API
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgspb committed May 21, 2018
1 parent 7c71ac1 commit c98de2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metaappscriptsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class MetaApp(object):
SettingsService = None
IssueService = None
UserManagementService = None
StarterService = None

__default_headers = set()
__db_list = {}
Expand Down
2 changes: 1 addition & 1 deletion metaappscriptsdk/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.34'
__version__ = '0.5.35'
__package_name__ = 'metaappscriptsdk'

if __name__ == "__main__":
Expand Down

0 comments on commit c98de2f

Please sign in to comment.