MAINT Set master back to 0.17.0dev0 (#1360)

This commit is contained in:
Roman Yurchak 2021-03-21 21:15:19 +01:00 committed by GitHub
parent 1aac570c5e
commit 970fbae7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ defaults: &defaults
environment:
- EMSDK_NUM_CORES: 4
EMCC_CORES: 4
PYODIDE_BASE_URL: https://cdn.jsdelivr.net/pyodide/v0.17.0a2/full/
PYODIDE_BASE_URL: https://cdn.jsdelivr.net/pyodide/dev/full/
jobs:
lint:

View File

@ -15,7 +15,7 @@ if platform.system() == "Emscripten":
asyncio.set_event_loop_policy(WebLoopPolicy())
__version__ = "0.17.0a2"
__version__ = "0.17.0dev0"
__all__ = [
"open_url",