소스 검색

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.
 # of patent rights can be found in the PATENTS file in the same directory.
 
 
 from fbprophet.forecaster import Prophet
 from fbprophet.forecaster import Prophet
+
+__version__ = '0.1.1'