Skip to content

Commit 1298851

Browse files
committed
bump-duckdb-version
1 parent c917ece commit 1298851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ducksearch/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 0, 0)
1+
VERSION = (1, 0, 1)
22

33
__version__ = ".".join(map(str, VERSION))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
base_packages = [
99
"pandas >= 2.2.1",
10-
"duckdb == 1.0.0",
10+
"duckdb >= 1.0.0",
1111
"pyarrow >= 16.1.0",
1212
"tqdm >= 4.66.4",
1313
"joblib >= 1.4.2",

0 commit comments

Comments
 (0)