Skip to content

Commit

Permalink
chore: bump to gosling v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Nov 15, 2022
1 parent f9225cc commit 7c7e863
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notebooks/clinvar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install gosling[all]==0.0.8\n",
"#! pip install gosling[all]==0.0.11\n",
"import gosling as gos"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/data-loading.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"#!pip install gosling[all]==0.0.8\n",
"#!pip install gosling[all]==0.0.11\n",
"import gosling as gos"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install gosling==0.0.8\n",
"# !pip install gosling==0.0.11\n",
"import gosling as gos"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/navigation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install gosling[all]==0.0.8\n",
"#! pip install gosling[all]==0.0.11\n",
"import gosling as gos"
]
},
Expand Down

0 comments on commit 7c7e863

Please sign in to comment.