We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c20f6 commit 152e777Copy full SHA for 152e777
setup.py
@@ -7,7 +7,7 @@
7
import sys
8
from setuptools import setup, find_packages
9
10
-LIBRARY_VERSION = '1.1.6'
+LIBRARY_VERSION = '1.1.7'
11
12
CURRENT_PYTHON = sys.version_info[:2]
13
REQUIRED_PYTHON = (3, 6)
@@ -50,6 +50,8 @@ def read(fname):
50
'countries_regions.csv',
51
'countries_regions_phase1_fix.csv',
52
'covid_xprize/examples/predictors/lstm/tests/fixtures/*',
53
+ 'covid_xprize/standard_predictor/data',
54
+ 'covid_xprize/standard_predictor/models',
55
'covid_xprize/validation/data',
56
'examples/predictors/lstm/data/*',
57
],
0 commit comments