Skip to content

Commit 5031c25

Browse files
authored
Make version to be latest so it's inline with psdc versioning (#143)
* Make version to be v0 so it's inline with psdc versioning * v0 to latest
1 parent ef810bb commit 5031c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyscript/_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def create_project(
115115
"type": "app",
116116
"author_name": author_name,
117117
"author_email": author_email,
118-
"version": "v0",
118+
"version": "latest",
119119
}
120120

121121
app_dir = Path(".") / app_name

0 commit comments

Comments
 (0)