Skip to content

Commit

Permalink
Create version 1.1.7 with standard_predictor files
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrancon committed Feb 16, 2021
1 parent f1c20f6 commit 152e777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
from setuptools import setup, find_packages

LIBRARY_VERSION = '1.1.6'
LIBRARY_VERSION = '1.1.7'

CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 6)
Expand Down Expand Up @@ -50,6 +50,8 @@ def read(fname):
'countries_regions.csv',
'countries_regions_phase1_fix.csv',
'covid_xprize/examples/predictors/lstm/tests/fixtures/*',
'covid_xprize/standard_predictor/data',
'covid_xprize/standard_predictor/models',
'covid_xprize/validation/data',
'examples/predictors/lstm/data/*',
],
Expand Down

0 comments on commit 152e777

Please sign in to comment.