diff --git a/.travis.yml b/.travis.yml index 2254f60..a129f79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ matrix: - os: linux script: - - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - $PIP install pip setuptools -U - $PIP install cibuildwheel==0.10.0 - eval "buildwheel() { cibuildwheel --output-dir wheelhouse >>buildwheel.log 2>&1; }" @@ -24,5 +23,4 @@ script: - tail -c 3670016 buildwheel.log - ls wheelhouse - $PIP install awscli --upgrade - - brew install awscli || true - aws s3 sync ./wheelhouse/ s3://supersqlite.plasticity.ai/wheelhouse/ diff --git a/appveyor.yml b/appveyor.yml index 9127305..38a7c0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,5 @@ environment: global: - CIBW_SKIP: cp27-* cp33-* cp34-* *-win32 CIBW_BUILD_VERBOSITY: 3 build_script: diff --git a/version.py b/version.py index 7c52d37..6c60636 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -__version_info__ = ('0', '0', '2') +__version_info__ = ('0', '0', '3') __version__ = '.'.join(__version_info__)