Skip to content

Commit

Permalink
馃敄 vaex-core 4.17.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 11, 2023
1 parent 4df579a commit d4bf017
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macOS-11, windows-latest]
os: [ubuntu-20.04, macOS-11, windows-latest]
python-version: [36, 37, 38, 39, 310]

steps:
Expand Down
4 changes: 2 additions & 2 deletions packages/vaex-core/vaex/core/_version.py
@@ -1,2 +1,2 @@
__version_tuple__ = (4, 16, 1)
__version__ = '4.16.1'
__version_tuple__ = (4, 17, 0)
__version__ = '4.17.0'
2 changes: 1 addition & 1 deletion packages/vaex-meta/setup.py
Expand Up @@ -16,7 +16,7 @@
url = 'https://www.github.com/vaexio/vaex'

install_requires = [
'vaex-core>=4.16.1,<4.17',
'vaex-core>=4.17.0,<4.17',
'vaex-astro>=0.9.3,<0.10',
'vaex-hdf5>=0.13.0,<0.15',
'vaex-viz>=0.5.4,<0.6',
Expand Down

0 comments on commit d4bf017

Please sign in to comment.