Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Aug 27, 2024
1 parent 3b4fe8f commit 651e80f
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions update.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "e8675335",
"metadata": {},
"outputs": [],
Expand All @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "a101249b",
"metadata": {},
"outputs": [],
Expand All @@ -33,19 +33,12 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "4683dcc3",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Old version 0.5.2\n",
"New version 0.5.3\n"
]
}
],
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"init_py_lines = text.split(\"\\n\")\n",
"for idx, line in list(enumerate(init_py_lines)):\n",
Expand All @@ -61,16 +54,6 @@
" print (\"New version\", new_version)"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "3b30d933",
"metadata": {},
"outputs": [],
"source": [
"new_version = '1.0.0'"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 651e80f

Please sign in to comment.