Version bump to 0.1.5 [skip ci]

This commit is contained in:
Andrew Kane
2021-05-25 17:31:02 -07:00
parent 87a1b3365e
commit 60bc93f938
6 changed files with 10 additions and 8 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.1.4",
"version": "0.1.5",
"maintainer": [
"Andrew Kane <andrew@ankane.org>"
],
@@ -20,7 +20,7 @@
"vector": {
"file": "sql/vector.sql",
"docfile": "README.md",
"version": "0.1.4",
"version": "0.1.5",
"abstract": "Open-source vector similarity search for Postgres"
}
},