diff --git a/R/DESCRIPTION b/R/DESCRIPTION index f89ec25..63752f1 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -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") diff --git a/python/fbprophet/__init__.py b/python/fbprophet/__init__.py index 9e3a005..684eeb0 100644 --- a/python/fbprophet/__init__.py +++ b/python/fbprophet/__init__.py @@ -7,4 +7,4 @@ from fbprophet.forecaster import Prophet -__version__ = '0.2.dev' +__version__ = '0.2.1' diff --git a/python/setup.py b/python/setup.py index d8eb7cd..29275cd 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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 , Ben Letham ',