Sfoglia il codice sorgente

Add version dunder

Ben Letham 8 anni fa
parent
commit
b98ec17668
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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'