mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-29 20:14:08 +00:00
Version bump
This commit is contained in:
parent
d3d1fcd1a1
commit
0c3f30fd94
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Package: prophet
|
||||
Title: Automatic Forecasting Procedure
|
||||
Version: 0.2.0.9000
|
||||
Date: 2017-09-02
|
||||
Version: 0.2.1
|
||||
Date: 2017-11-08
|
||||
Authors@R: c(
|
||||
person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")),
|
||||
person("Ben", "Letham", email = "bletham@fb.com", role = "aut")
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
|
||||
from fbprophet.forecaster import Prophet
|
||||
|
||||
__version__ = '0.2.dev'
|
||||
__version__ = '0.2.1'
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ class TestCommand(test_command):
|
|||
|
||||
setup(
|
||||
name='fbprophet',
|
||||
version='0.2',
|
||||
version='0.2.1',
|
||||
description='Automatic Forecasting Procedure',
|
||||
url='https://facebook.github.io/prophet/',
|
||||
author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',
|
||||
|
|
|
|||
Loading…
Reference in a new issue