Skip to content

Commit 9faaaa9

Browse files
authored
feat: bump duckdb-extensions to v1.5.1 (#275)
🤔 I wonder what the correct automation is for this?
1 parent febd961 commit 9faaaa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

duckdb-extensions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rustac-duckdb-extensions"
3-
version = "1.4.4-0"
3+
version = "1.5.1-0"
44
description = "Pre-built DuckDB extensions for rustac"
55
readme = "README.md"
66
authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]

duckdb-extensions/scripts/download_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import urllib.request
66
from pathlib import Path
77

8-
DUCKDB_VERSION = "v1.4.4"
8+
DUCKDB_VERSION = "v1.5.1"
99
EXTENSIONS = ["spatial", "icu", "parquet"]
1010
BASE_URL = "http://extensions.duckdb.org"
1111

0 commit comments

Comments
 (0)