Bump version and update readme.

pull/493/head
KmolYuan 2022-02-09 23:32:05 +08:00
parent 89ab042203
commit 2a3186760b
2 changed files with 3 additions and 3 deletions

View File

@ -59,12 +59,12 @@ pip install python-solvespace
First build and install the module from the repo: First build and install the module from the repo:
```bash ```bash
git submodule update --init extlib/mimalloc git submodule update --init extlib/mimalloc extlib/eigen
cd cython cd cython
pip install -e . pip install -e .
``` ```
Build the module: Rebuild the module:
```bash ```bash
pip install -e . --no-deps pip install -e . --no-deps

View File

@ -8,7 +8,7 @@ __author__ = "Yuan Chang"
__copyright__ = "Copyright (C) 2016-2019" __copyright__ = "Copyright (C) 2016-2019"
__license__ = "GPLv3+" __license__ = "GPLv3+"
__email__ = "pyslvs@gmail.com" __email__ = "pyslvs@gmail.com"
__version__ = "3.0.6" __version__ = "3.0.7"
from .slvs import ( from .slvs import (
quaternion_u, quaternion_u,