# -*- coding: utf-8 -*- """ version file for msg_parser module""" __author__ = """Vikram Arsid""" __email__ = "vikramarsid@gmail.com" __version__ = "1.2.0" __title__ = "msg_parser" __description__ = "This module enables reading, parsing and converting Microsoft Outlook MSG E-Mail files." __url__ = "https://github.com/vikramarsid/msg_parser" __author_email__ = "vikramarsid@gmail.com" __license__ = "BSD" __copyright__ = "Copyright 2019 Vikram Arsid"