Skip to content

Commit

Permalink
Manifest Version Bump (#440)
Browse files Browse the repository at this point in the history
Bump manifest version number to match SmartSim Dashboard

[ committed by @MattToast ]
[ reviewed by @AlyssaCote ]
  • Loading branch information
MattToast authored Dec 14, 2023
1 parent 93b9ab2 commit d1a5e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/utils/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def save_launch_manifest(manifest: _Manifest[TStepLaunchMetaData]) -> None:
manifest_dict = {
"schema info": {
"schema_name": "entity manifest",
"version": "0.0.1",
"version": "0.0.2",
},
"experiment": {
"name": manifest.metadata.exp_name,
Expand Down

0 comments on commit d1a5e19

Please sign in to comment.