Skip to content

Commit 3c1e060

Browse files
committed
Version 0.1.12
1 parent 291524c commit 3c1e060

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ matrix:
1212
- dist: trusty
1313
sudo: required
1414
language: python
15-
python: '3.6'
15+
python: '3.7'
1616
services:
1717
- docker
1818
install:
1919
- if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then brew install python3; fi
20-
- pip3 install cibuildwheel==0.7.1
20+
- pip3 install cibuildwheel==0.11.1
2121
script:
2222
- cibuildwheel --output-dir wheelhouse
2323
- |

fcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.11'
1+
__version__ = '0.0.12'

0 commit comments

Comments
 (0)