Skip to content

Commit dacd5a9

Browse files
author
Lucas Hosseini
committed
Prepare for v1.5.2 release
1 parent a8118ac commit dacd5a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM soumith/conda-cuda:latest
33
COPY ./ faiss
44
WORKDIR /faiss/conda
55

6-
ENV FAISS_BUILD_VERSION 1.5.1
6+
ENV FAISS_BUILD_VERSION 1.5.2
77
ENV FAISS_BUILD_NUMBER 1
88
RUN conda build faiss --no-anaconda-upload -c pytorch
99
RUN CUDA_ROOT=/usr/local/cuda-8.0 \

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"""
2828
setup(
2929
name='faiss',
30-
version='1.5.1',
30+
version='1.5.2',
3131
description='A library for efficient similarity search and clustering of dense vectors',
3232
long_description=long_description,
3333
url='https://github.com/facebookresearch/faiss',

0 commit comments

Comments
 (0)