From ef670eaf6cf87a61bb7ee88008ac954d1ddda972 Mon Sep 17 00:00:00 2001 From: "Sean J. Taylor" Date: Tue, 15 Jan 2019 17:24:43 -0800 Subject: [PATCH] Bump version number for new release --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 8ea58ab..37d00a3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -97,7 +97,7 @@ with open('requirements.txt', 'r') as f: setup( name='fbprophet', - version='0.4.post1', + version='0.4.post2', description='Automatic Forecasting Procedure', url='https://facebook.github.io/prophet/', author='Sean J. Taylor , Ben Letham ',