Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juhuntenburg committed May 12, 2021
1 parent bdaac77 commit 268c083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.v1.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion iblvideo/__init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 268c083

Please sign in to comment.