0.1.1 version bumps

This commit is contained in:
Sean J. Taylor 2017-04-17 11:29:38 -07:00
parent 541dc9a0b0
commit 813966fdd7
3 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Package: prophet
Title: Automatic Forecasting Procedure
Version: 0.1
Version: 0.1.1
Date: 2017-01-26
Authors@R: c(
person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")),

View file

@ -13,6 +13,7 @@ Prophet is [open source software](https://code.facebook.com/projects/) released
- Source code repository: https://github.com/facebookincubator/prophet
- Prophet R package: https://cran.r-project.org/package=prophet
- Prophet Python package: https://pypi.python.org/pypi/fbprophet/
- Release blogpost: https://research.fb.com/prophet-forecasting-at-scale/
## Installation in R
@ -46,3 +47,12 @@ After installation, you can [get started!](https://facebookincubator.github.io/p
On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The key step is installing a recent [C++ compiler](http://landinghub.visualstudio.com/visual-cpp-build-tools).
## Changelog
### Version 0.1.1 (2017.04.17)
- Bugfixes
### Version 0.1 (2017.02.23)
- Initial release

View file

@ -96,7 +96,7 @@ class TestCommand(test_command):
setup(
name='fbprophet',
version='0.1.post1',
version='0.1.1',
description='Automatic Forecasting Procedure',
url='https://facebookincubator.github.io/prophet/',
author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',