Skip to content

Commit

Permalink
馃敄 vaex-core 4.6.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Nov 25, 2021
1 parent 423945a commit 369423b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/install_pcre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function build_simple {
}
function build_pcre {
echo "Buld"
build_simple pcre $PCRE_VERSION https://ftp.pcre.org/pub/pcre
build_simple pcre $PCRE_VERSION hhttp://ftp.exim.org/pub/pcre/
}
echo Build pcre
build_pcre
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, 6, 0, 'alpha.6')
__version__ = '4.6.0-alpha.6'
__version_tuple__ = (4, 6, 0)
__version__ = '4.6.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.6.0-alpha.6,<5',
'vaex-core>=4.6.0,<5',
'vaex-viz>=0.5.0,<0.6',
'vaex-server>=0.6.1,<0.7',
'vaex-hdf5>=0.10.0,<0.11',
Expand Down

0 comments on commit 369423b

Please sign in to comment.