Skip to content

Commit 6927b35

Browse files
🔖 vaex-core 4.6.0 released
1 parent 423945a commit 6927b35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bin/install_pcre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function build_simple {
7777
}
7878
function build_pcre {
7979
echo "Buld"
80-
build_simple pcre $PCRE_VERSION https://ftp.pcre.org/pub/pcre
80+
build_simple pcre $PCRE_VERSION http://ftp.exim.org/pub/pcre/
8181
}
8282
echo Build pcre
8383
build_pcre
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_tuple__ = (4, 6, 0, 'alpha.6')
2-
__version__ = '4.6.0-alpha.6'
1+
__version_tuple__ = (4, 6, 0)
2+
__version__ = '4.6.0'

packages/vaex-meta/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url = 'https://www.github.com/vaexio/vaex'
1717

1818
install_requires = [
19-
'vaex-core>=4.6.0-alpha.6,<5',
19+
'vaex-core>=4.6.0,<5',
2020
'vaex-viz>=0.5.0,<0.6',
2121
'vaex-server>=0.6.1,<0.7',
2222
'vaex-hdf5>=0.10.0,<0.11',

0 commit comments

Comments
 (0)