Skip to content

Commit

Permalink
Bump version to 1.6.4 (#1453)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1453

Reviewed By: mdouze

Differential Revision: D24243546

Pulled By: beauby

fbshipit-source-id: 190e0601bad3f08c5fac37923170a68ba1e83f16
  • Loading branch information
Lucas Hosseini authored and facebook-github-bot committed Oct 12, 2020
1 parent 81b1aee commit 0fb6c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faiss/Index.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faiss/python/setup.py
Expand Up @@ -32,7 +32,7 @@
"""
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',
Expand Down

0 comments on commit 0fb6c00

Please sign in to comment.