Version bumps before submitting new packages

This commit is contained in:
Sean J. Taylor 2018-06-13 16:03:44 -07:00
parent cd84356968
commit 9beb1cb7e7
2 changed files with 3 additions and 3 deletions

View file

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

View file

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