Version bump

This commit is contained in:
Ben Letham 2017-11-08 10:43:51 -08:00
parent d3d1fcd1a1
commit 0c3f30fd94
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -7,4 +7,4 @@
from fbprophet.forecaster import Prophet
__version__ = '0.2.dev'
__version__ = '0.2.1'

View file

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