Skip to content

Commit df335ba

Browse files
committed
fix: bump version
1 parent 277795e commit df335ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cloudflare/vgi-storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"deploy": "wrangler deploy"
88
},
99
"devDependencies": {
10-
"@cloudflare/workers-types": "^4.20241218.0",
10+
"@cloudflare/workers-types": "^4.20260506.1",
1111
"typescript": "^5.7.0",
12-
"wrangler": "^3.99.0"
12+
"wrangler": "^4.88.0"
1313
}
1414
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vgi"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "Vector Gateway Interface - Connect DuckDB to external programs via Apache Arrow"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)