From 9f86b9e04b79b05341108b91cae165cf60007095 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 27 Aug 2018 14:02:57 -0700 Subject: [PATCH] now a dev version --- python/fbprophet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fbprophet/__init__.py b/python/fbprophet/__init__.py index 69342c8..f19b313 100644 --- a/python/fbprophet/__init__.py +++ b/python/fbprophet/__init__.py @@ -7,4 +7,4 @@ from fbprophet.forecaster import Prophet -__version__ = '0.3' +__version__ = '0.4.dev'