From 73c8faf15a19ea3b29562fbb28223b844f0db454 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Tue, 14 May 2019 09:11:21 -0700 Subject: [PATCH] py version bump --- 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 4f46dd8..47b26e0 100644 --- a/python/fbprophet/__init__.py +++ b/python/fbprophet/__init__.py @@ -7,4 +7,4 @@ from fbprophet.forecaster import Prophet -__version__ = '0.4' +__version__ = '0.5'