From 9beb1cb7e7f27ee17d34cff68830b5c34a56713d Mon Sep 17 00:00:00 2001 From: "Sean J. Taylor" Date: Wed, 13 Jun 2018 16:03:44 -0700 Subject: [PATCH] Version bumps before submitting new packages --- R/DESCRIPTION | 4 ++-- python/setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/DESCRIPTION b/R/DESCRIPTION index b055826..01c6b52 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -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") diff --git a/python/setup.py b/python/setup.py index 9c7242e..06a1dc5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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 , Ben Letham ',