mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
version bump
This commit is contained in:
parent
9fb8f103d6
commit
ccde3a498f
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Package: prophet
|
||||
Title: Automatic Forecasting Procedure
|
||||
Version: 0.6
|
||||
Version: 0.7
|
||||
Date: 2020-02-10
|
||||
Authors@R: c(
|
||||
person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")),
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
|
||||
from fbprophet.forecaster import Prophet
|
||||
|
||||
__version__ = '0.6.1.dev0'
|
||||
__version__ = '0.7'
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ with open('requirements.txt', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='fbprophet',
|
||||
version='0.6.1.dev0',
|
||||
version='0.7',
|
||||
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