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 b25ad30 commit 70d97bcCopy full SHA for 70d97bc
shiny/_static.py
@@ -14,7 +14,7 @@
14
from typing_extensions import Literal, TypedDict
15
16
_SHINYLIVE_DOWNLOAD_URL = "https://pyshiny.netlify.app/shinylive"
17
-_SHINYLIVE_DEFAULT_VERSION = "0.0.1"
+_SHINYLIVE_DEFAULT_VERSION = "0.0.1dev"
18
19
# This is the same as the FileContentJson type in TypeScript.
20
class FileContentJson(TypedDict):
0 commit comments