Bump version numbers

This commit is contained in:
Sean Taylor 2021-03-26 15:36:07 -07:00
parent 82f3399409
commit 94e5d2e80a
2 changed files with 2 additions and 2 deletions

View file

@ -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 <sjtz@pm.me>, Ben Letham <bletham@fb.com>',

View file

@ -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 <sjtz@pm.me>, Ben Letham <bletham@fb.com>',