Skip to content

Commit

Permalink
Small example change
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jan 27, 2025
1 parent 90c8ce1 commit 962fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msprime/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_provenance_dict(parameters=None):
tskit provenance schema.
"""
document = {
"schema_version": "1.0.0",
"schema_version": "1.0.1",
"software": {"name": "msprime", "version": __version__},
"parameters": parameters,
"environment": get_environment(),
Expand Down

0 comments on commit 962fcce

Please sign in to comment.