This commit is contained in:
Andrew Clark 2020-08-11 10:31:54 -04:00
parent 27e3963114
commit 0eed2e1c40
1 changed files with 10 additions and 2 deletions

View File

@ -105,9 +105,17 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 36,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"cadCAD==0.4.18\r\n"
]
}
],
"source": [ "source": [
"!pip freeze | grep cadCAD" "!pip freeze | grep cadCAD"
] ]