Bump version to 1.6.4 (#1453)

Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1453

Reviewed By: mdouze

Differential Revision: D24243546

Pulled By: beauby

fbshipit-source-id: 190e0601bad3f08c5fac37923170a68ba1e83f16
This commit is contained in:
Lucas Hosseini 2020-10-11 23:59:33 -07:00 committed by Facebook GitHub Bot
parent 81b1aeea5e
commit 0fb6c00cfa
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#define FAISS_VERSION_MAJOR 1
#define FAISS_VERSION_MINOR 6
#define FAISS_VERSION_PATCH 3
#define FAISS_VERSION_PATCH 4
/**
* @namespace faiss

View File

@ -32,7 +32,7 @@ are implemented on the GPU. It is developed by Facebook AI Research.
"""
setup(
name='faiss',
version='1.6.3',
version='1.6.4',
description='A library for efficient similarity search and clustering of dense vectors',
long_description=long_description,
url='https://github.com/facebookresearch/faiss',