Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson committed Jul 1, 2021
1 parent 3a6e621 commit 50a95f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.8

RUN pip install scimap

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "scimap"
version = "0.17.1"
version = "0.17.2"
description = "Single-Cell Image Analysis Package"

license = "MIT"
Expand All @@ -10,8 +10,8 @@ authors = ["Ajit Johnson Nirmal <[email protected]>"]

readme = "README.md"

homepage = "https://pypi.org/project/scimap"
documentation = "https://scimap.readthedocs.io"
homepage = "https://pypi.org/project/scimap/"
documentation = "https://scimap.xyz"
repository = "https://github.com/ajitjohnson/scimap"

keywords = ["image analysis","multiplex imaging","single cell analysis"]
Expand Down

0 comments on commit 50a95f5

Please sign in to comment.