Skip to content

Commit

Permalink
Prepare for v1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hosseini committed May 28, 2019
1 parent a8118ac commit dacd5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM soumith/conda-cuda:latest
COPY ./ faiss
WORKDIR /faiss/conda

ENV FAISS_BUILD_VERSION 1.5.1
ENV FAISS_BUILD_VERSION 1.5.2
ENV FAISS_BUILD_NUMBER 1
RUN conda build faiss --no-anaconda-upload -c pytorch
RUN CUDA_ROOT=/usr/local/cuda-8.0 \
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -27,7 +27,7 @@
"""
setup(
name='faiss',
version='1.5.1',
version='1.5.2',
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 dacd5a9

Please sign in to comment.