Readying for 0.5 release

This commit is contained in:
Sean J. Taylor 2019-05-13 23:00:12 -07:00
parent f09ad61c26
commit 39e356ddbe
3 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
Package: prophet
Title: Automatic Forecasting Procedure
Version: 0.4
Date: 2018-12-18
Version: 0.5
Date: 2019-05-15
Authors@R: c(
person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")),
person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")),
person("Ben", "Letham", email = "bletham@fb.com", role = "aut")
)
Description: Implements a procedure for forecasting time series data based on

View file

@ -1,2 +1,2 @@
CXX_STD = CXX11
PKG_CPPFLAGS = -I../inst/include -DCOMPILING_DPLYR -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -DRCPP_USING_UTF8_ERROR_STRING

View file

@ -97,11 +97,11 @@ with open('requirements.txt', 'r') as f:
setup(
name='fbprophet',
version='0.4.post2',
version='0.5',
description='Automatic Forecasting Procedure',
url='https://facebook.github.io/prophet/',
author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',
author_email='sjt@fb.com',
author='Sean J. Taylor <sjtz@pm.me>, Ben Letham <bletham@fb.com>',
author_email='sjtz@pm.me',
license='BSD',
packages=find_packages(),
setup_requires=[