Skip to content

Commit 0fb6c00

Browse files
Lucas Hosseinifacebook-github-bot
authored andcommitted
Bump version to 1.6.4 (#1453)
Summary: Pull Request resolved: #1453 Reviewed By: mdouze Differential Revision: D24243546 Pulled By: beauby fbshipit-source-id: 190e0601bad3f08c5fac37923170a68ba1e83f16
1 parent 81b1aee commit 0fb6c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

faiss/Index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#define FAISS_VERSION_MAJOR 1
2020
#define FAISS_VERSION_MINOR 6
21-
#define FAISS_VERSION_PATCH 3
21+
#define FAISS_VERSION_PATCH 4
2222

2323
/**
2424
* @namespace faiss

faiss/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"""
3333
setup(
3434
name='faiss',
35-
version='1.6.3',
35+
version='1.6.4',
3636
description='A library for efficient similarity search and clustering of dense vectors',
3737
long_description=long_description,
3838
url='https://github.com/facebookresearch/faiss',

0 commit comments

Comments
 (0)