Skip to content

Commit

Permalink
Bump version in examples to 2.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaoman committed Sep 20, 2023
1 parent 6dfbccc commit d14ade5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/martini_TNG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install astromartini[tngsource]==2.0.3"
"!{sys.executable} -m pip install astromartini[tngsource]==2.0.4"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/martini_eagle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install astromartini[eaglesource]==2.0.3"
"!{sys.executable} -m pip install astromartini[eaglesource]==2.0.4"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/martini_simba.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install astromartini[simbasource]==2.0.3"
"!{sys.executable} -m pip install astromartini[simbasource]==2.0.4"
]
},
{
Expand Down

0 comments on commit d14ade5

Please sign in to comment.