Skip to content

Commit 70d97bc

Browse files
committed
Use '0.0.1dev' for shinylive version number
1 parent b25ad30 commit 70d97bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/_static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from typing_extensions import Literal, TypedDict
1515

1616
_SHINYLIVE_DOWNLOAD_URL = "https://pyshiny.netlify.app/shinylive"
17-
_SHINYLIVE_DEFAULT_VERSION = "0.0.1"
17+
_SHINYLIVE_DEFAULT_VERSION = "0.0.1dev"
1818

1919
# This is the same as the FileContentJson type in TypeScript.
2020
class FileContentJson(TypedDict):

0 commit comments

Comments
 (0)