diff --git a/cython/README.md b/cython/README.md index b8155246..32caef0b 100644 --- a/cython/README.md +++ b/cython/README.md @@ -59,12 +59,12 @@ pip install python-solvespace First build and install the module from the repo: ```bash -git submodule update --init extlib/mimalloc +git submodule update --init extlib/mimalloc extlib/eigen cd cython pip install -e . ``` -Build the module: +Rebuild the module: ```bash pip install -e . --no-deps diff --git a/cython/python_solvespace/__init__.py b/cython/python_solvespace/__init__.py index 46aa07f9..4a1631df 100644 --- a/cython/python_solvespace/__init__.py +++ b/cython/python_solvespace/__init__.py @@ -8,7 +8,7 @@ __author__ = "Yuan Chang" __copyright__ = "Copyright (C) 2016-2019" __license__ = "GPLv3+" __email__ = "pyslvs@gmail.com" -__version__ = "3.0.6" +__version__ = "3.0.7" from .slvs import ( quaternion_u,