Skip to content

Commit 152e777

Browse files
committed
Create version 1.1.7 with standard_predictor files
1 parent f1c20f6 commit 152e777

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
from setuptools import setup, find_packages
99

10-
LIBRARY_VERSION = '1.1.6'
10+
LIBRARY_VERSION = '1.1.7'
1111

1212
CURRENT_PYTHON = sys.version_info[:2]
1313
REQUIRED_PYTHON = (3, 6)
@@ -50,6 +50,8 @@ def read(fname):
5050
'countries_regions.csv',
5151
'countries_regions_phase1_fix.csv',
5252
'covid_xprize/examples/predictors/lstm/tests/fixtures/*',
53+
'covid_xprize/standard_predictor/data',
54+
'covid_xprize/standard_predictor/models',
5355
'covid_xprize/validation/data',
5456
'examples/predictors/lstm/data/*',
5557
],

0 commit comments

Comments
 (0)