diff --git a/advanced_features.ipynb b/advanced_features.ipynb index d831535..8990d7d 100644 --- a/advanced_features.ipynb +++ b/advanced_features.ipynb @@ -9,7 +9,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "0.0.2\n" + "0.0.3\n" ] } ], @@ -45,7 +45,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -77,7 +77,7 @@ " └──y ~ 8.000e+00x + 8.000e+00" ] }, - "execution_count": 13, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -177,7 +177,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -309,7 +309,7 @@ "8 ((0.12103541530799289, 1.1210354153079929), (0... " ] }, - "execution_count": 8, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -321,7 +321,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -341,7 +341,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -370,7 +370,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -394,7 +394,7 @@ "\ty ~ 8.000e+00x + 8.000e+00" ] }, - "execution_count": 11, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -406,7 +406,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 11, "metadata": {}, "outputs": [ { diff --git a/setup.py b/setup.py index 3d06c78..3a4221a 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup import subprocess -VERSION = '0.0.2' +VERSION = '0.0.3' class CommandError(Exception):