浏览代码

Version bump

Ben Letham 7 年之前
父节点
当前提交
0c3f30fd94
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      R/DESCRIPTION
  2. 1 1
      python/fbprophet/__init__.py
  3. 1 1
      python/setup.py

+ 2 - 2
R/DESCRIPTION

@@ -1,7 +1,7 @@
 Package: prophet
 Title: Automatic Forecasting Procedure
-Version: 0.2.0.9000
-Date: 2017-09-02
+Version: 0.2.1
+Date: 2017-11-08
 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/fbprophet/__init__.py

@@ -7,4 +7,4 @@
 
 from fbprophet.forecaster import Prophet
 
-__version__ = '0.2.dev'
+__version__ = '0.2.1'

+ 1 - 1
python/setup.py

@@ -97,7 +97,7 @@ class TestCommand(test_command):
 
 setup(
     name='fbprophet',
-    version='0.2',
+    version='0.2.1',
     description='Automatic Forecasting Procedure',
     url='https://facebook.github.io/prophet/',
     author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',