Skip to content

Commit 8721142

Browse files
committed
Bump DuckDB version to 0.8.0
1 parent b924e1e commit 8721142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<stormpot.version>3.1</stormpot.version>
3333
<disruptor-version>3.3.2</disruptor-version>
3434
<mockito.version>4.6.0</mockito.version>
35-
<duckdb.version>0.7.1</duckdb.version>
35+
<duckdb.version>0.8.0</duckdb.version>
3636
<agrona-version>1.16.0</agrona-version>
3737
</properties>
3838
<dependencies>

scripts/install-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
pip3 install --user duckdb==0.7.1 pytz networkit pandas
3+
pip3 install --user duckdb==0.8.0 pytz networkit pandas

0 commit comments

Comments
 (0)