浏览代码

Version bumps before submitting new packages

Sean J. Taylor 7 年之前
父节点
当前提交
9beb1cb7e7
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      R/DESCRIPTION
  2. 1 1
      python/setup.py

+ 2 - 2
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")

+ 1 - 1
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 <sjt@fb.com>, Ben Letham <bletham@fb.com>',