From 5c0e66baaffc504570a2638c3fe36517e9f834b9 Mon Sep 17 00:00:00 2001 From: KmolYuan Date: Wed, 29 Jan 2020 11:46:58 +0800 Subject: [PATCH] Bump version. --- appveyor.yml | 3 +-- cython/python_solvespace/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b14e60e8..1916fa3a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -68,8 +68,7 @@ for: after_build: # PyPI deployment - IF "%APPVEYOR_REPO_TAG%"=="true" - IF "%APPVEYOR_REPO_NAME%"=="KmolYuan/solvespace" - IF "%COMPILER%"=="mingw32" ( + IF "%APPVEYOR_REPO_NAME%"=="KmolYuan/solvespace" ( pip install twine && cd cython && python setup.py bdist_wheel && diff --git a/cython/python_solvespace/__init__.py b/cython/python_solvespace/__init__.py index 39bfc9cf..c238623e 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.1.post0" +__version__ = "3.0.1.post1" from enum import IntEnum, auto from .slvs import (