@@ -1,7 +1,7 @@
Package: prophet
Title: Automatic Forecasting Procedure
-Version: 0.3
-Date: 2018-06-01
+Version: 0.3.0.1
+Date: 2018-06-13
Authors@R: c(
person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")),
person("Ben", "Letham", email = "bletham@fb.com", role = "aut")
@@ -98,7 +98,7 @@ with open('requirements.txt', 'r') as f:
setup(
name='fbprophet',
- version='0.3.post1',
+ version='0.3.post2',
description='Automatic Forecasting Procedure',
url='https://facebook.github.io/prophet/',
author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',