Skip to content

Commit 669ebf0

Browse files
committed
Version bump to v2.0.0-beta.26
+ Cleanup build with manylinux (UCS2 and UCS4)
1 parent 4f77d67 commit 669ebf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis/manylinux-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cd /io/
55

66
# Compile wheels
77
for PYBIN in /opt/python/cp${PYTHON_VERSION}*/bin; do
8+
rm -rf "build"
89
"${PYBIN}/python" setup.py bdist_wheel
910
done
1011

codeintel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0-beta.25'
1+
__version__ = '2.0.0-beta.26'

0 commit comments

Comments
 (0)