Version bump to 0.3.0 [skip ci]

This commit is contained in:
Andrew Kane
2022-10-15 14:38:43 -07:00
parent f03bcc4fd8
commit 5af768752f
6 changed files with 11 additions and 9 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.7",
"version": "0.3.0",
"maintainer": [
"Andrew Kane <andrew@ankane.org>"
],
@@ -12,7 +12,7 @@
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.6.0"
"PostgreSQL": "10.0"
}
}
},
@@ -20,7 +20,7 @@
"vector": {
"file": "sql/vector.sql",
"docfile": "README.md",
"version": "0.2.7",
"version": "0.3.0",
"abstract": "Open-source vector similarity search for Postgres"
}
},