We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291524c commit 3c1e060Copy full SHA for 3c1e060
2 files changed
.travis.yml
@@ -12,12 +12,12 @@ matrix:
12
- dist: trusty
13
sudo: required
14
language: python
15
- python: '3.6'
+ python: '3.7'
16
services:
17
- docker
18
install:
19
- if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then brew install python3; fi
20
-- pip3 install cibuildwheel==0.7.1
+- pip3 install cibuildwheel==0.11.1
21
script:
22
- cibuildwheel --output-dir wheelhouse
23
- |
fcl/version.py
@@ -1 +1 @@
1
-__version__ = '0.0.11'
+__version__ = '0.0.12'
0 commit comments