Version bump to 0.2.3 [skip ci]

This commit is contained in:
Andrew Kane
2022-01-30 19:59:47 -08:00
parent 2ae4de83fe
commit e14fa82626
6 changed files with 9 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"name": "vector",
"abstract": "Open-source vector similarity search for Postgres",
"description": "Supports L2 distance, inner product, and cosine distance",
"version": "0.2.2",
"version": "0.2.3",
"maintainer": [
"Andrew Kane <andrew@ankane.org>"
],
@@ -20,7 +20,7 @@
"vector": {
"file": "sql/vector.sql",
"docfile": "README.md",
"version": "0.2.2",
"version": "0.2.3",
"abstract": "Open-source vector similarity search for Postgres"
}
},