浏览代码

Add version dunder

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

+ 2 - 0
python/fbprophet/__init__.py

@@ -6,3 +6,5 @@
 # of patent rights can be found in the PATENTS file in the same directory.
 
 from fbprophet.forecaster import Prophet
+
+__version__ = '0.1.1'