Skip to content

Commit a8f2a5f

Browse files
committed
Version bump to 0.4.0 [skip ci]
1 parent 6bb6df8 commit a8f2a5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.0 (unreleased)
1+
## 0.4.0 (2025-03-15)
22

33
- Added top-level `pgvector` package
44
- Added support for pg8000

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ And follow the instructions for your database library:
2222
- [Psycopg 3](#psycopg-3)
2323
- [Psycopg 2](#psycopg-2)
2424
- [asyncpg](#asyncpg)
25-
- [pg8000](#pg8000) [unreleased]
25+
- [pg8000](#pg8000)
2626
- [Peewee](#peewee)
2727

2828
Or check out some examples:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pgvector"
7-
version = "0.3.6"
7+
version = "0.4.0"
88
description = "pgvector support for Python"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)