We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f77d67 commit 669ebf0Copy full SHA for 669ebf0
.travis/manylinux-build.sh
@@ -5,6 +5,7 @@ cd /io/
5
6
# Compile wheels
7
for PYBIN in /opt/python/cp${PYTHON_VERSION}*/bin; do
8
+ rm -rf "build"
9
"${PYBIN}/python" setup.py bdist_wheel
10
done
11
codeintel/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.0.0-beta.25'
+__version__ = '2.0.0-beta.26'
0 commit comments