version bump

This commit is contained in:
Ben Letham 2020-08-17 17:43:55 -07:00
parent 9fb8f103d6
commit ccde3a498f
3 changed files with 3 additions and 3 deletions

View file

@ -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")),

View file

@ -7,4 +7,4 @@
from fbprophet.forecaster import Prophet
__version__ = '0.6.1.dev0'
__version__ = '0.7'

View file

@ -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>',