Skip to content

Commit

Permalink
Settings: Update release version & default API URL (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyandtheworld authored and RishabhJain2018 committed Jan 30, 2019
1 parent a942786 commit d3e75d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evalai/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

AUTH_TOKEN_PATH = os.path.join(AUTH_TOKEN_DIR, AUTH_TOKEN_FILE_NAME)

API_HOST_URL = os.environ.get("EVALAI_API_URL", 'http://localhost:8000')
API_HOST_URL = os.environ.get("EVALAI_API_URL", 'https://evalapi.cloudcv.org')

EVALAI_ERROR_CODES = [400, 401, 406]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name=PROJECT,
version='1.0.16',
version='1.0.17',

description='Use EvalAI through the CLI!',
long_description=long_description,
Expand Down

0 comments on commit d3e75d8

Please sign in to comment.