We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd7f61 commit 13450b0Copy full SHA for 13450b0
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.3.1 (unreleased)
+## 0.3.1 (2024-07-10)
2
3
- Fixed error parsing zero sparse vectors
4
- Fixed error with Psycopg 2 and pgvector < 0.7
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='pgvector',
8
- version='0.3.0',
+ version='0.3.1',
9
description='pgvector support for Python',
10
long_description=long_description,
11
long_description_content_type='text/markdown',
0 commit comments