From b98ec176680eeec1dc886b7721053b7d3932777a Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 17 Apr 2017 15:20:49 -0700 Subject: [PATCH] Add version dunder --- python/fbprophet/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/fbprophet/__init__.py b/python/fbprophet/__init__.py index cfdb20c..13c29a4 100644 --- a/python/fbprophet/__init__.py +++ b/python/fbprophet/__init__.py @@ -6,3 +6,5 @@ # of patent rights can be found in the PATENTS file in the same directory. from fbprophet.forecaster import Prophet + +__version__ = '0.1.1'