mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
Bump version numbers
This commit is contained in:
parent
82f3399409
commit
94e5d2e80a
2 changed files with 2 additions and 2 deletions
|
|
@ -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>',
|
||||
|
|
|
|||
|
|
@ -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>',
|
||||
|
|
|
|||
Loading…
Reference in a new issue