Skip to content

Commit

Permalink
appveyor quotes. bump version (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Oct 31, 2020
1 parent 66f4a03 commit e25ddb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on_success:
if ($env:APPVEYOR_REPO_TAG -eq 'true' -or $env:APPVEYOR_REPO_TAG -eq 'True') {
pip install --upgrade cibuildwheel wheel twine certifi
python -c "import certifi;print(certifi.where())">cacert.txt
"set /p SSL_CERT_FILE=<cacert.txt"
set /p SSL_CERT_FILE=<cacert.txt
python -m cibuildwheel --output-dir wheelhouse
twine upload "wheelhouse/*.whl" --skip-existing
}
Expand Down
2 changes: 1 addition & 1 deletion KDEpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from KDEpy.TreeKDE import TreeKDE
from KDEpy.FFTKDE import FFTKDE

__version__ = "1.0.8"
__version__ = "1.0.9"
__author__ = "tommyod"

TreeKDE = TreeKDE
Expand Down

0 comments on commit e25ddb7

Please sign in to comment.