Bump version.
parent
6cb9ff92a4
commit
5c0e66baaf
|
@ -68,8 +68,7 @@ for:
|
||||||
after_build:
|
after_build:
|
||||||
# PyPI deployment
|
# PyPI deployment
|
||||||
- IF "%APPVEYOR_REPO_TAG%"=="true"
|
- IF "%APPVEYOR_REPO_TAG%"=="true"
|
||||||
IF "%APPVEYOR_REPO_NAME%"=="KmolYuan/solvespace"
|
IF "%APPVEYOR_REPO_NAME%"=="KmolYuan/solvespace" (
|
||||||
IF "%COMPILER%"=="mingw32" (
|
|
||||||
pip install twine &&
|
pip install twine &&
|
||||||
cd cython &&
|
cd cython &&
|
||||||
python setup.py bdist_wheel &&
|
python setup.py bdist_wheel &&
|
||||||
|
|
|
@ -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.1.post0"
|
__version__ = "3.0.1.post1"
|
||||||
|
|
||||||
from enum import IntEnum, auto
|
from enum import IntEnum, auto
|
||||||
from .slvs import (
|
from .slvs import (
|
||||||
|
|
Loading…
Reference in New Issue