From 2a3186760b7714a89ff49496966d71693bece03f Mon Sep 17 00:00:00 2001 From: KmolYuan Date: Wed, 9 Feb 2022 23:32:05 +0800 Subject: [PATCH] Bump version and update readme. --- cython/README.md | 4 ++-- cython/python_solvespace/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,