From bd2542e7fb62d77b4025c745bd58c79d3f2097c0 Mon Sep 17 00:00:00 2001 From: "Sean J. Taylor" Date: Sat, 2 Jun 2018 09:31:15 -0700 Subject: [PATCH] Post-release version due to bad package upload --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 344cd9901..9c7242e1e 100644 --- a/python/setup.py +++ b/python/setup.py @@ -98,7 +98,7 @@ def with_project_on_sys_path(self, func): setup( name='fbprophet', - version='0.3', + version='0.3.post1', description='Automatic Forecasting Procedure', url='https://facebook.github.io/prophet/', author='Sean J. Taylor , Ben Letham ',