prophet/python/prophet/__version__.py
2022-09-05 06:15:28 +10:00

7 lines
268 B
Python

__title__ = "prophet"
__description__ = "Automatic Forecasting Procedure"
__url__ = "https://facebook.github.io/prophet/"
__version__ = "1.1.1"
__author__ = "Sean J. Taylor <sjtz@pm.me>, Ben Letham <bletham@fb.com>"
__author_email__ = "sjtz@pm.me"
__license__ = "MIT"