diff --git a/Dockerfile b/Dockerfile index 073112ce..d15d8df8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.8 -RUN pip install scimap +RUN pip install scimap --upgrade COPY . /app/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 77855da5..66916338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "scimap" -version = "0.17.5" +version = "0.17.6" description = "Single-Cell Image Analysis Package" license = "MIT" diff --git a/scimap/.DS_Store b/scimap/.DS_Store index 46a89d7a..d7ea2d4c 100644 Binary files a/scimap/.DS_Store and b/scimap/.DS_Store differ