From 94e5d2e80ab4b3dcd13fd89df2ce2df58c936ac8 Mon Sep 17 00:00:00 2001 From: Sean Taylor Date: Fri, 26 Mar 2021 15:36:07 -0700 Subject: [PATCH] Bump version numbers --- python/setup.py | 2 +- python_shim/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 4020e75..1812f13 100644 --- a/python/setup.py +++ b/python/setup.py @@ -122,7 +122,7 @@ with open('requirements.txt', 'r') as f: setup( name='prophet', - version='1.0', + version='1.0.1', description='Automatic Forecasting Procedure', url='https://facebook.github.io/prophet/', author='Sean J. Taylor , Ben Letham ', diff --git a/python_shim/setup.py b/python_shim/setup.py index 27ca037..2976a81 100644 --- a/python_shim/setup.py +++ b/python_shim/setup.py @@ -14,7 +14,7 @@ with open('requirements.txt', 'r') as f: setup( name='fbprophet', - version='1.0', + version='1.0.1', description='Automatic Forecasting Procedure', url='https://facebook.github.io/prophet/', author='Sean J. Taylor , Ben Letham ',