Skip to content

Commit

Permalink
feat: fix string error in python release (#244)
Browse files Browse the repository at this point in the history
## Reason for Change

changes this string from 5.0.0 to 5.3.0
  • Loading branch information
joyceyan authored Nov 19, 2024
1 parent 7c2ff4d commit 1587423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/python/notebooks/Python API.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "54c6f4aa-417a-4b49-bd38-27b95d9de085",
"metadata": {
"ExecuteTime": {
Expand All @@ -92,7 +92,7 @@
"outputs": [],
"source": [
"# Init a CXGSchema object to track what ontology versions are supported\n",
"cxg_schema = CXGSchema(version=\"5.0.0\")"
"cxg_schema = CXGSchema(version=\"5.3.0\")"
]
},
{
Expand Down Expand Up @@ -152,7 +152,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "1a1f25c25664cd11",
"metadata": {
"ExecuteTime": {
Expand All @@ -164,7 +164,7 @@
"outputs": [],
"source": [
"# Init object to parse information from ontologies associated with a given CellXGene schema_version\n",
"ontology_parser = OntologyParser(schema_version=\"v5.0.0\")"
"ontology_parser = OntologyParser(schema_version=\"v5.3.0\")"
]
},
{
Expand Down

0 comments on commit 1587423

Please sign in to comment.