diff --git a/.gitignore b/.gitignore index d5aa754..5c1fb1a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ python/prophet/lib/ python/prophet/pyvenv.cfg python/prophet/share/ python/prophet/stan_model/ +.Rproj.user diff --git a/R/DESCRIPTION b/R/DESCRIPTION index 07b95c5..8997e06 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -1,7 +1,7 @@ Package: prophet Title: Automatic Forecasting Procedure -Version: 1.0 -Date: 2021-03-08 +Version: 1.1 +Date: 2022-05-25 Authors@R: c( person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")), person("Ben", "Letham", email = "bletham@fb.com", role = "aut")