diff --git a/docker/Dockerfile.v1.1 b/docker/Dockerfile.v1.1 index 52ead9c..fec8c6e 100644 --- a/docker/Dockerfile.v1.1 +++ b/docker/Dockerfile.v1.1 @@ -7,5 +7,5 @@ COPY me_test_data me_test_data COPY dlc_test_data_v1.1 dlc_test_data_v1.1 # clone the code -RUN git clone --depth 1 --single-branch --branch v1.1.0 https://github.com/int-brain-lab/iblvideo.git +RUN git clone --depth 1 --single-branch --branch v1.1.1 https://github.com/int-brain-lab/iblvideo.git ENV PYTHONPATH=/iblvideo diff --git a/iblvideo/__init__.py b/iblvideo/__init__.py index d351463..176c3ba 100644 --- a/iblvideo/__init__.py +++ b/iblvideo/__init__.py @@ -1,5 +1,5 @@ -__version__ = '1.1.0' # This is the only place where the version is hard coded, only adapt here +__version__ = '1.1.1' # This is the only place where the version is hard coded, only adapt here import deeplabcut