Bump version and update readme.
parent
89ab042203
commit
2a3186760b
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue