Bump version.

pull/493/head
KmolYuan 2020-01-29 11:46:58 +08:00
parent 6cb9ff92a4
commit 5c0e66baaf
2 changed files with 2 additions and 3 deletions

View File

@ -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 &&

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.1.post0" __version__ = "3.0.1.post1"
from enum import IntEnum, auto from enum import IntEnum, auto
from .slvs import ( from .slvs import (