Skip to content

Commit

Permalink
Make version to be latest so it's inline with psdc versioning (#143)
Browse files Browse the repository at this point in the history
* Make version to be v0 so it's inline with psdc versioning

* v0 to latest
  • Loading branch information
FabioRosado authored Mar 4, 2024
1 parent ef810bb commit 5031c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyscript/_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def create_project(
"type": "app",
"author_name": author_name,
"author_email": author_email,
"version": "v0",
"version": "latest",
}

app_dir = Path(".") / app_name
Expand Down

0 comments on commit 5031c25

Please sign in to comment.