VERSION = (1, 0, 0) __version__ = '.'.join(map(str, VERSION)) default_app_config = 'people.apps.PeopleConfig'