Skip to content

Commit

Permalink
🔖 vaex-core 4.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 4, 2021
1 parent bbbcfa6 commit 6f60dd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: |
ls /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/
ls /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/MSVC/
ls /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/MSVC/14.28.29910/
ls /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/MSVC/14.28.29910/x64/Microsoft.VC142.CRT
cp /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/MSVC/14.28.29910/x64/Microsoft.VC142.CRT/vcruntime140_1.dll packages/vaex-core/vaex/
ls /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/MSVC/14.29.30036/
ls /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/MSVC/14.29.30036/x64/Microsoft.VC142.CRT
cp /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Redist/MSVC/14.29.30036/x64/Microsoft.VC142.CRT/vcruntime140_1.dll packages/vaex-core/vaex/
- uses: actions/setup-python@v2
name: Install Python
Expand All @@ -42,11 +42,6 @@ jobs:
run: |
python -m pip install twine wheel
- name: Install Visual C++ for Python 2.7
if: startsWith(matrix.os, 'windows')
run: |
choco install vcpython27 -f -y
- name: chores
if: matrix.os != 'windows-latest'
run: |
Expand Down
4 changes: 2 additions & 2 deletions packages/vaex-core/vaex/core/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_tuple__ = (4, 1, 0)
__version__ = '4.1.0'
__version_tuple__ = (4, 2, 0)
__version__ = '4.2.0'
2 changes: 1 addition & 1 deletion packages/vaex-meta/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
url = 'https://www.github.com/vaexio/vaex'

install_requires = [
'vaex-core>=4.1.0,<5',
'vaex-core>=4.2.0,<5',
'vaex-viz>=0.5.0,<0.6',
'vaex-server>=0.4.1,<0.5',
'vaex-hdf5>=0.7.0,<0.8',
Expand Down

0 comments on commit 6f60dd0

Please sign in to comment.